apply_filters( 'sensei_check_for_activity', $comments, $args ) → {int|array}
This filter runs inside Sensei_Utils::sensei_check_for_activity
It runs while getting the comments for the given request.
Parameters:
Name | Type | Description |
---|---|---|
$comments |
int | array | Activity to filter. |
$args |
array | Search arguments. |
- Source:
Returns:
Filtered activity.
- Type
- int | array