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



get_search_query › WordPress Filter Hooks

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

Filters the contents of the search query variable.





Sorgenti

$query = apply_filters( 'get_search_query', get_query_var( 's' ) );