- Timestamp:
- 07/01/2021 09:11:29 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php
r51000 r51293 234 234 235 235 /** 236 * Filters get_terms() arguments when querying users via the REST API.236 * Filters get_terms() arguments when querying terms via the REST API. 237 237 * 238 238 * The dynamic portion of the hook name, `$this->taxonomy`, refers to the taxonomy slug. … … 250 250 * @link https://developer.wordpress.org/reference/functions/get_terms/ 251 251 * 252 * @param array $prepared_args Array of arguments to be 253 * passed to get_terms(). 252 * @param array $prepared_args Array of arguments for get_terms(). 254 253 * @param WP_REST_Request $request The REST API request. 255 254 */
Note: See TracChangeset
for help on using the changeset viewer.