4458* Filters the contents of the search query variable.4459*4460* @since 2.3.04461*4462* @param mixed$search Contents of the search query variable.4463*/4464$query=apply_filters('get_search_query',get_query_var('s'));44654466if($escaped){4467$query=esc_attr($query);4468}4469return$query;4470}
History
Introduced in 2.3.0. Unchanged from 6.7.7 through 7.1.0.