do_action_ref_array( 'parse_query', WP_Query $query )
Fires after the main query vars have been parsed.
Parameters Parameters
More Information 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 Source
Changelog Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |
User Contributed Notes User Contributed Notes
You must log in before being able to contribute a note or feedback.
Example Migrated from Codex: