do_action_ref_array( 'parse_query', WP_Query $query )

Fires after the main query vars have been parsed.


Parameters

$query WP_Query
The WP_Query instance (passed by reference).

Top ↑

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).


Top ↑

Source

File: wp-includes/class-wp-query.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
1.5.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.