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.


Parameters

$args

(array) The fields we want saved.

$event_id

(int) The event ID we are modifying.

$post

(WP_Post) The event itself.


Top ↑

Source

File: src/Tribe/API.php


Top ↑

Changelog

Changelog
Version Description
4.9.4 Introduced.