WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about get_search_form

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/general-template.php apply_filters 351 /**
* Filters the HTML output of the search form.
*
* @since 2.7.0
* @since 5.5.0 The `$args` parameter was added.
*
* @param string $form The search form HTML output.
* @param array $args The array of arguments for building the search form.
* See get_search_form() for information on accepted arguments.
*/

Hook Parameters

Parameter Type Name Description
string $form The search form HTML output.
array $args The array of arguments for building the search form.