wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



get_search_form › WordPress Filter Hooks

Seit5.5.0
Veraltetn/v
apply_filters( 'get_search_form', $form, $args )
Parameter: (2)
  • (string) $form The search form HTML output.
    Erforderlich: Ja
  • (array) $args The array of arguments for building the search form. See get_search_form() for information on accepted arguments.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the HTML output of the search form.





Quellcode

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