apply_filters( 'search_form_format', string $format )

Filters the HTML format of the search form.


Description


Parameters

$format

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


Top ↑

Source

File: wp-includes/general-template.php

View on Trac


Top ↑

Changelog

Version Description
3.6.0 Introduced.