do_action( 'tec_events_custom_tables_v1_after_update_occurrences', array $updates , int $post_id )
Fires after Occurrences for an Event have been updated.
Contents
Parameters
- $updates
-
(array) The updated Occurrences.
- $post_id
-
(int) The ID of the Event post the Occurrences are being saved for.
Source
Changelog
| Version | Description |
|---|---|
| 6.0.0 | Introduced. |