Filter: mc_private_event

apply_filters( 'mc_private_event', $status, $event ) → {bool}

Filter the privacy status of an event or category.

Parameters:
Name Type Description
$status bool

true if an event is private, false if it is public.

$event object

A category or event object to test.

Source:
Returns:
Type
bool