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



pre_get_search_form › WordPress Action Hooks

Seit5.5.0
Veraltetn/v
do_action( 'pre_get_search_form', $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:

Fires before the search form is retrieved, at the start of get_search_form().





Quellcode

do_action( 'pre_get_search_form', $args );