Filters the HTML output of the search form.
Parameters
$formstring- The search form HTML output.
$argsarray- The array of arguments for building the search form.
See get_search_form() for information on accepted arguments.More Arguments from get_search_form( … $args )
Array of display arguments.
echoboolWhether to echo or return the form. Default true.aria_labelstringARIA label for the search form. Useful to distinguish multiple search forms on the same page and improve accessibility.
Source
$result = apply_filters( 'get_search_form', $form, $args );
User Contributed Notes
You must log in before being able to contribute a note or feedback.