On this page
apply_filters( 'the_search_query', mixed $search )
Filters the contents of the search query variable for display.
Parameters
$searchmixed-
Contents of the search query variable.
Source
File: wp-includes/general-template.php. View all references
echo esc_attr( apply_filters( 'the_search_query', get_search_query( false ) ) );
Related
Used By
| Used By | Description |
|---|---|
| the_search_query() wp-includes/general-template.php | Displays the contents of the search query variable. |
Changelog
| Version | Description |
|---|---|
| 2.3.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/the_search_query