apply_filters( 'tribe_events_event_prevent_update', bool $disallow_update , int $event_id )
Disallow the update for an event via the Tribe API
Contents
Parameters
- $disallow_update
-
(bool) Flag to control the update of a post false by default.
- $event_id
-
(int) The event ID.
Source
File: src/Tribe/API.php
Changelog
| Version | Description |
|---|---|
| 4.9.4 | Introduced. |