apply_filters( 'tec_events_custom_tables_v1_occurrences_generator', TECEventsCustom_TablesV1ModelsGenerator<Occurrence>|null $generator, mixed $args,..., TECEventsCustom_TablesV1ModelsEvent $event )

Filters the Generator that will provide the Occurrences insertions for the Event.


Parameters

$generator

(<span class="TECEventsCustom_TablesV1ModelsGenerator">TECEventsCustom_TablesV1ModelsGenerator|null) A reference to the Generator that will produce the Occurrences for the data.

$args,...

(mixed) The set of arguments to build the Generator for.

$event

(TECEventsCustom_TablesV1ModelsEvent) A reference to the Event object Occurrences should be generated for.


Top ↑

Source

File: src/Events/Custom_Tables/V1/Models/Occurrence.php


Top ↑

Changelog

Changelog
Version Description
6.0.0 Introduced.