Event_Meta::delete_meeting_meta( int|WP_Post $post )
Removes the Zoom Meeting meta from a post.
Contents
Parameters
- $post
-
(int|WP_Post) (Required) The event post ID or object.
Source
File: src/Tribe/Meetings/Zoom/Event_Meta.php
protected static $create_actions = [
'ev_zoom_meetings_create',
'ev_zoom_webinars_create',
];
/**
* {@inheritDoc}
*/
protected static function get_meeting_id( WP_Post $event ) {
return $event->zoom_meeting_id;
}
/**
* {@inheritDoc}
*/
Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |