353* @since 5.5.0 The `$args` parameter was added.354*355* @param string$form The search form HTML output.356* @param array$args The array of arguments for building the search form.357* See get_search_form()for information on accepted arguments.358*/359$result=apply_filters('get_search_form',$form,$args);360361if(null===$result){362$result=$form;363}364365if($args['echo']){
History
Introduced in 2.7.0. Unchanged from 6.7.7 through 7.1.0.