- Timestamp:
- 07/01/2021 09:11:29 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php
r51026 r51293 327 327 328 328 /** 329 * Filters WP_Query arguments when querying users via the REST API.329 * Filters WP_Query arguments when querying posts via the REST API. 330 330 * 331 331 * The dynamic portion of the hook name, `$this->post_type`, refers to the post type slug. … … 344 344 * @link https://developer.wordpress.org/reference/classes/wp_query/ 345 345 * 346 * @param array $args Array of arguments to be passed toWP_Query.346 * @param array $args Array of arguments for WP_Query. 347 347 * @param WP_REST_Request $request The REST API request. 348 348 */
Note: See TracChangeset
for help on using the changeset viewer.