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.
Contents
Parameters
- $rebuilt
-
(bool) Whether the known range was rebuilt or not; defaults to
falseto let the method proceed to the update.
Source
Changelog
| Version | Description |
|---|---|
| 4.9 | Introduced. |