4330* Filters the contents of the search query variable.4331*4332* @since 2.3.04333*4334* @param mixed$search Contents of the search query variable.4335*/4336$query=apply_filters('get_search_query',get_query_var('s'));43374338if($escaped){4339$query=esc_attr($query);4340}4341return$query;4342}
History
Introduced in 2.3.0. Unchanged from 6.7.7 through 7.1.0.