wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



query_vars › Filtr WordPress Hooks

Od1.5.0
Przestarzałyn/a
apply_filters( 'query_vars', $this->public_query_vars )
Parametry:
  • (string[]) $public_query_vars The array of allowed query variable names.
    Wymagane: Tak
Zdefiniowane na:
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.





Źródło

$this->public_query_vars = apply_filters( 'query_vars', $this->public_query_vars );