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.


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 rules or exclusions to indicate the type of data that is being filtered.

$post_id

(int) The Event post ID.


Top ↑

Source

File: src/Tribe/Editor/Meta.php


Top ↑

Changelog

Changelog
Version Description
6.0.0 Introduced.