do_action( 'tribe_events_parse_query', WP_Query $query )

Fires after the query has been parsed by The Events Calendar.

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.


Top ↑

Source

File: src/Tribe/Query.php


Top ↑

Changelog

Changelog
Version Description
3.5.1 Introduced.