WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about query_vars

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/class-wp.php apply_filters 299 /**
* Filters the query variables allowed before processing.
*
* Allows (publicly allowed) query vars to be added, removed, or changed prior
* to executing the query. Needed to allow custom rewrite rules using your own arguments
* to work, or any other custom query variables you want to be publicly available.
*
* @since 1.5.0
*
* @param string[] $public_query_vars The array of allowed query variable names.
*/

Hook Parameters

Parameter Type Name Description
string[] $public_query_vars The array of allowed query variable names.