Filter: mc_event_notices

apply_filters( 'mc_event_notices', $output, $data, $event_id )

Filter notices. This is really handled and used as an action, but is still labeled a filter for backwards compatibility.

Parameters:
Name Type Description
$output string

Output (unused).

$data object

Event object.

$event_id int

Event ID.

Source:
Returns:

void