wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



do_parse_request › WordPress Filter Hooks

Da3.5.0
Deprecaton/a
apply_filters( 'do_parse_request', true, $this, $extra_query_vars )
Parametri: (3)
  • (bool) $bool Whether or not to parse the request. Default true.
    Richiesto:
  • (WP) $wp Current WordPress environment instance.
    Richiesto:
  • (array|string) $extra_query_vars Extra passed query variables.
    Richiesto:
Definito a:
Codex:

Filters whether to parse the request.





Sorgenti

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