do_action_ref_array( 'parse_query', WP_Query $query )
Fires after the main query vars have been parsed.
Parameters
More Information
parse_query is an action triggered after WP_Query::parse_query() has set up query variables (such as the various is_
variables used for conditional tags).
Source
File: wp-includes/class-wp-query.php
.
View all references
do_action_ref_array( 'parse_query', array( &$this ) );
Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.
Example Migrated from Codex: