coreactivity_skip_log

Description

Main control filter controlling if the event logging will proceed or not. Only hook to this filter if you want to control the logging process.

Definition
apply_filters( coreactivity_skip_log, false, $event_id, $event, $data, $meta );
Arguments
Name
Type
Description
skip
bool
return TRUE to skip logging of the event
event_id
int
ID of the event that will be logged
event
object
event object with all the event information
data
array
main data array to log about the event
meta
array
additional data array to log about the event
Returns
bool. TRUE to skip logging, FALSE to proceed with logging.
0
0
15
Rate this reference

You are not allowed to rate this post.

Leave a Comment