wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



get_search_query › WordPress Filter Hooks

Seit2.3.0
Veraltetn/v
apply_filters( 'get_search_query', get_query_var( 's' )
Parameter:
  • (mixed) $search Contents of the search query variable.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the contents of the search query variable.





Quellcode

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