Filters the contents of the search query variable, for display.
$searchmixedwp-includes/general-template.php:4502the_search_query() * Filters the contents of the search query variable, for display. * * @since 2.3.0 * * @param mixed $search Contents of the search query variable. */ echo esc_attr( apply_filters( 'the_search_query', get_search_query( false ) ) );} /** * Gets the language attributes for the 'html' tag. * * Builds up a set of HTML attributes containing the text direction and languageIntroduced in 2.3.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.