apply_filters( 'tec_events_pro_recurrence_get_start_dates', null $results, int $post_id )

This filter allows overriding the legacy query to fetch occurrence start dates.


Parameters

$results

(null) Fetch occurrence start dates to override typical query, or null to continue.

$post_id

(int) The post ID for this recurring event.


Top ↑

Source

File: src/Tribe/Recurrence/Meta.php


Top ↑

Changelog

Changelog
Version Description
6.3.0 Introduced.