apply_filters( 'tribe_events_event_prevent_update', bool $disallow_update, int $event_id )

Disallow the update for an event via the Tribe API


Parameters

$disallow_update

(bool) Flag to control the update of a post false by default.

$event_id

(int) The event ID.


Top ↑

Source

File: src/Tribe/API.php


Top ↑

Changelog

Changelog
Version Description
4.9.4 Introduced.