do_action( 'tribe_events_parse_query', WP_Query $query )
Fires after the query has been parsed by The Events Calendar.
Contents
If this action fires, then the query is for the Event post type, is the main query, and TEC filters are not suppressed.
Parameters
- $query
-
(WP_Query) The parsed WP_Query object.
Source
File: src/Tribe/Query.php
Changelog
| Version | Description |
|---|---|
| 3.5.1 | Introduced. |