apply_filters( 'tribe_events_event_update_args', array $args , int $event_id , WP_Post $post )
Allow hooking prior the update of an event and meta fields.
Contents
Parameters
- $args
-
(array) The fields we want saved.
- $event_id
-
(int) The event ID we are modifying.
- $post
-
(WP_Post) The event itself.
Source
File: src/Tribe/API.php
Changelog
| Version | Description |
|---|---|
| 4.9.4 | Introduced. |