apply_filters( 'mc_can_edit_event', $return, $event_id ) → {bool}
Filter permissions to edit an event.
Parameters:
Name | Type | Description |
---|---|---|
$return |
bool | True if user can edit this event. |
$event_id |
int | The ID of the current event. |
- Source:
Returns:
- Type
- bool