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



get_search_form › Filtr WordPress Hooks

Od5.5.0
Przestarzałyn/a
apply_filters( 'get_search_form', $form, $args )
Parametry: (2)
  • (string) $form The search form HTML output.
    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 output of the search form.





Źródło

$result = apply_filters( 'get_search_form', $form, $args );