apply_filters( 'mc_user_can_see_this_event', $can_see, $event ) → {bool}
Filter whether a personal event is visible.
Parameters:
| Name | Type | Description |
|---|---|---|
$can_see |
bool | true if the event should be shown. |
$event |
object | Event object. |
- Source:
Returns:
- Type
- bool