wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



search_form_args › WordPress Filter Hooks

Da5.2.0
Deprecaton/a
apply_filters( 'search_form_args', $args )
Parametri:
  • (array) $args The array of arguments for building the search form. See get_search_form() for information on accepted arguments.
    Richiesto:
Definito a:
Codex:

Filters the array of arguments used when generating the search form.





Sorgenti

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