apply_filters( 'search_form_format', string $format )

Filters the HTML format of the search form.


Parameters

$format

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


Source

File: wp-includes/general-template.php

View on GitHub



Changelog

Changelog
Version Description
WP-3.6.0 Introduced.