W3cubDocs

/WordPress

apply_filters( 'search_form_format', string $format, array $args )

Filters the HTML format of the search form.

Parameters

$format

(string) The type of markup to use in the search form. Accepts 'html5', 'xhtml'.

$args

(array) The array of arguments for building the search form.

Source

File: wp-includes/general-template.php

View on Trac

Changelog

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

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