do_action( 'mc_update_event_post', $post_id, $post, $data, $event_id, $action )
Execute action when an event's post is updated.
Parameters:
Name | Type | Description |
---|---|---|
$post_id |
int | Post ID. |
$post |
array | POST data. |
$data |
array | Submitted event data. |
$event_id |
int | Event ID. |
$action |
string | Action being taken. |
- Source: