apply_filters( 'search_form_format', string $format )
Filters the HTML format of the search form.
Parameters
- $format
-
The type of markup to use in the search form. Accepts 'html5', 'xhtml'.
Source
Changelog
Version | Description |
---|---|
WP-3.6.0 | Introduced. |