coreactivity_comment_do_not_log_post_types
Description
Filter the list of post types not to log for the Comments component. Comments belonging to post types on this list will not be tracked or logged.
Definition
apply_filters( “coreactivity_comment_do_not_log_post_types“, $post_types );
Arguments
Name
Type
Description
post_types
array
name of the post types not to log, by default is empty array.
Returns
array. array with names of post types not to log.