wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



search_form_format › Filtr WordPress Hooks

Od5.5.0
Przestarzałyn/a
apply_filters( 'search_form_format', $format, $args )
Parametry: (2)
  • (string) $format The type of markup to use in the search form. Accepts 'html5', 'xhtml'.
    Wymagane: Tak
  • (array) $args The array of arguments for building the search form. See get_search_form() for information on accepted arguments.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the HTML format of the search form.





Źródło

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