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



do_parse_request › Filtr WordPress Hooks

Od3.5.0
Przestarzałyn/a
apply_filters( 'do_parse_request', true, $this, $extra_query_vars )
Parametry: (3)
  • (bool) $bool Whether or not to parse the request. Default true.
    Wymagane: Tak
  • (WP) $wp Current WordPress environment instance.
    Wymagane: Tak
  • (array|string) $extra_query_vars Extra passed query variables.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters whether to parse the request.





Źródło

if ( ! apply_filters( 'do_parse_request', true, $this, $extra_query_vars ) ) {