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



do_parse_request › WordPress Filter Hooks

Seit3.5.0
Veraltetn/v
apply_filters( 'do_parse_request', true, $this, $extra_query_vars )
Parameter: (3)
  • (bool) $bool Whether or not to parse the request. Default true.
    Erforderlich: Ja
  • (WP) $wp Current WordPress environment instance.
    Erforderlich: Ja
  • (array|string) $extra_query_vars Extra passed query variables.
    Erforderlich: Ja
Definiert in:
Codex:

Filters whether to parse the request.





Quellcode

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