apply_filters( 'tribe_events_rebuild_known_range', bool $rebuilt )

Allows third-party code to alter the update process of known range and bail out of this implementation entirely.


Parameters

$rebuilt

(bool) Whether the known range was rebuilt or not; defaults to false to let the method proceed to the update.


Top ↑

Source

File: src/Tribe/Dates/Known_Range.php


Top ↑

Changelog

Changelog
Version Description
4.9 Introduced.