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



search_form_args › WordPress Filter Hooks

Seit5.2.0
Veraltetn/v
apply_filters( 'search_form_args', $args )
Parameter:
  • (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 array of arguments used when generating the search form.





Quellcode

$args = apply_filters( 'search_form_args', $args );