do_action( 'tec_events_custom_tables_v1_after_update_occurrences', array $updates, int $post_id )

Fires after Occurrences for an Event have been updated.


Parameters

$updates

(array) The updated Occurrences.

$post_id

(int) The ID of the Event post the Occurrences are being saved for.


Top ↑

Source

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


Top ↑

Changelog

Changelog
Version Description
6.0.0 Introduced.