Filter hook 'search_form_args'

in WP Core File wp-includes/general-template.php at line 286

Description

Filters the array of arguments used when generating the search form.

Occurrences

Filename Line Number
wp-includes/general-template.php 286

Parameters

Type Name Description
array $args The array of arguments for building the search form. See get_search_form() for information on accepted arguments.

PHP Doc

/**
	 * 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.
	 */