parse_request – Hook | Developer.WordPress.org

Fires once all query variables for the current request have been parsed.

Parameters

$wpWP

Current WordPress environment instance (passed by reference).

More Information

This action hook is executed at the end of WordPress’s built-in request parsing method in the main WP() class.

Attention! The parse_request hook affects only the main query and not queries made with wp_query, for example.

Source

do_action_ref_array( 'parse_request', array( &$this ) );

View all references View on Trac View on GitHub

Changelog

VersionDescription
2.1.0Introduced.