do_action( 'tribe_events_event_save_failed_invalid_meta', int $event_id , array $raw_data , WP_Post $event )
Hook fired when saving or updating event meta fields failed due to detection of invalid data.
Contents
Example of invalid data is an EventStartMinute of 60, since it should be 0-59.
Parameters
- $event_id
-
(int) The event ID we are modifying meta for.
- $raw_data
-
(array) The meta fields we tried to send.
- $event
-
(WP_Post) The event itself.
Source
File: src/Tribe/API.php
Changelog
| Version | Description |
|---|---|
| 4.6.20 | Introduced. |