wpseek.com
A WordPress-centric search engine for devs and theme authors



search_form_args › WordPress Filter Hooks

Since5.2.0
Deprecatedn/a
apply_filters( 'search_form_args', $args )
Parameters:
  • (array) $args The array of arguments for building the search form. See get_search_form() for information on accepted arguments.
    Required: Yes
Defined at:
Codex:

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





Source

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