WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about get_search_query

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/general-template.php apply_filters 4305 /**
* Filters the contents of the search query variable.
*
* @since 2.3.0
*
* @param mixed $search Contents of the search query variable.
*/

Hook Parameters

Parameter Type Name Description
mixed $search Contents of the search query variable.