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



get_search_form › WordPress Filter Hooks

Da5.5.0
Deprecaton/a
apply_filters( 'get_search_form', $form, $args )
Parametri: (2)
  • (string) $form The search form HTML output.
    Richiesto:
  • (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 HTML output of the search form.





Sorgenti

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