apply_filters( 'tribe_events_pro_editor_save_recurrence_meta', mixed $saved, array $recurrence_meta, int $event_id, array $data )

Filters the recurring event save operation.

Returning a non null value in this filter will prevent the normal save operation from going forward.


Parameters

$saved

(mixed) A boolean to indicate the recurring event save operation was handled, a non null value here will make the method bail and stop.

$recurrence_meta

(array) The recurrence information.

$event_id

(int) The post ID of the event recurring information that is being saved.

$data

(array) The complete data, not just the recurrence meta, sent as part of the request.


Top ↑

Source

File: src/Tribe/Editor/Recurrence/Provider.php


Top ↑

Changelog

Changelog
Version Description
4.7 Introduced.