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



the_search_query › WordPress Filter Hooks

Da2.3.0
Deprecaton/a
apply_filters( 'the_search_query', get_search_query( false )
Parametri:
  • (mixed) $search Contents of the search query variable.
    Richiesto:
Definito a:
Codex:

Filters the contents of the search query variable for display.





Sorgenti

echo esc_attr( apply_filters( 'the_search_query', get_search_query( false ) ) );