WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about search_form_args

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/general-template.php apply_filters 284 /**
* Filters the array of arguments used when generating the search form.
*
* @since 5.2.0
*
* @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
array $args The array of arguments for building the search form.