apply_filters( 'bp_activity_recurse_comments_user_ids', array $user_ids , array $comments )
Filters the list of user IDs for the current activity comment item.
Parameters Parameters
- $user_ids
-
(array) Array of user IDs for the current activity comment item.
- $comments
-
(array) Array of comments being checked for user IDs.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |