wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



get_search_form › Les Filtres WordPress

Depuis5.5.0
Dépréciéen/a
apply_filters( 'get_search_form', $form, $args )
Paramètres: (2)
  • (string) $form The search form HTML output.
    Requis: Oui
  • (array) $args The array of arguments for building the search form. See get_search_form() for information on accepted arguments.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the HTML output of the search form.





Source

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