search_form_format

Advertisement

Summery Summery

Filters the HTML format of the search form.

Syntax Syntax

apply_filters( 'search_form_format', string $format )

Parameters Parameters

$format

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

Source Source

File: wp-includes/general-template.php

Advertisement

Changelog Changelog

Changelog
Version Description
3.6.0 Introduced.

Advertisement

Leave a Reply