wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



get_search_form › Hooks de Filtros WordPress

Desde5.5.0
Obsoleton/a
apply_filters( 'get_search_form', $form, $args )
Parâmetros: (2)
  • (string) $form The search form HTML output.
    Required: Yes
  • (array) $args The array of arguments for building the search form. See get_search_form() for information on accepted arguments.
    Required: Yes
Definido em:
Codex:

Filters the HTML output of the search form.





Fonte

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