Filter: sensei_log_event

apply_filters( 'sensei_log_event', $log_event, $event_name, $properties ) → {bool}

Explicitly disable usage tracking from being sent.

Parameters:
Name Type Description
$log_event bool

Whether we should log the event.

$event_name string

The name of the event, without the sensei_ prefix.

$properties array

The event properties to be sent.

Since:
  • 2.1.0
Source:
Returns:

Whether we should log the event.

Type
bool