apply_filters( 'the_search_query', mixed $search )

Filters the contents of the search query variable for display.


Description


Parameters

$search

(mixed) Contents of the search query variable.


Top ↑

Source

File: wp-includes/general-template.php

View on Trac


Top ↑

Changelog

Version Description
2.3.0 Introduced.