WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about rest_query_var-

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php apply_filters 1123 /**
* Filters the query_vars used in get_items() for the constructed query.
*
* The dynamic portion of the hook name, `$key`, refers to the query_var key.
*
* @since 4.7.0
*
* @param string $value The query_var value.
*/
wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php apply_filters 515 /**
* Determines the allowed query_vars for a get_items() response and prepares
* them for WP_Query.
*
* @since 5.0.0
*
* @param array $prepared_args Optional. Prepared WP_Query arguments. Default empty array.
* @param WP_REST_Request $request Optional. Full details about the request.
* @return array Items query arguments.
*/

Hook Parameters

Parameter Type Name Description
string $value The query_var value.