do_action( 'pre_get_search_form', array $args )

Fires before the search form is retrieved, at the start of get_search_form().

Parameters

$args

(array) The array of arguments for building the search form. See get_search_form() for information on accepted arguments.

Source

File: wp-includes/general-template.php

View on Trac

Changelog

Version Description
5.5.0 The $args parameter was added.
3.6.0
2.7.0 Introduced.

© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/pre_get_search_form