wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



search_form_format › WordPress Filter Hooks

Da5.5.0
Deprecaton/a
apply_filters( 'search_form_format', $format, $args )
Parametri: (2)
  • (string) $format The type of markup to use in the search form. Accepts 'html5', 'xhtml'.
    Richiesto:
  • (array) $args The array of arguments for building the search form. See get_search_form() for information on accepted arguments.
    Richiesto:
Definito a:
Codex:

Filters the HTML format of the search form.





Sorgenti

$format = apply_filters( 'search_form_format', $format, $args );