wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



search_form_format › Les Filtres WordPress

Depuis5.5.0
Dépréciéen/a
apply_filters( 'search_form_format', $format, $args )
Paramètres: (2)
  • (string) $format The type of markup to use in the search form. Accepts 'html5', 'xhtml'.
    Requis: Oui
  • (array) $args The array of arguments for building the search form. See get_search_form() for information on accepted arguments.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the HTML format of the search form.





Source

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