apply_filters( 'the_search_query', mixed $search )

Filters the contents of the search query variable for display.


Parameters

$search

(mixed) Contents of the search query variable.


Source

File: wp-includes/general-template.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.3.0 Introduced.