wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
query_vars › WordPress Filter Hooks
Seit1.5.0
Veraltetn/v
› apply_filters( 'query_vars', $this->public_query_vars )
Parameter: |
|
Definiert in: |
|
Codex: |
Filters the query variables allowed before processing.
Allows (publicly allowed) query vars to be added, removed, or changed prior to executing the query. Needed to allow custom rewrite rules using your own arguments to work, or any other custom query variables you want to be publicly available.
Ähnliche Funktionen: get_query_var, set_query_var, add_query_arg, query_posts, remove_query_arg, user_can