4472* Filters the contents of the search query variable.4473*4474* @since 2.3.04475*4476* @param mixed$search Contents of the search query variable.4477*/4478$query=apply_filters('get_search_query',get_query_var('s'));44794480if($escaped){4481$query=esc_attr($query);4482}4483return$query;4484}
History
Introduced in 2.3.0. Unchanged from 6.7.7 through 7.1.0.