apply_filters( 'tec_events_pro_blocks_recurrence_meta', array<array<string,mixed>> $data , string $key , int $post_id )
Filters the data produced by the Blocks Editor to represent an Event recurrence or exclusion rules.
Contents
Parameters
- $data
-
(<span class="array<array>">array<array>) A list of the Event recurrence rules, in the format used by the Blocks Editor.
- $key
-
(string) Either
rulesorexclusionsto indicate the type of data that is being filtered. - $post_id
-
(int) The Event post ID.
Source
Changelog
| Version | Description |
|---|---|
| 6.0.0 | Introduced. |