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.
Description Description
Parameters Parameters
- $user_ids
-
Array of user IDs for the current activity comment item.
- $comments
-
Array of comments being checked for user IDs.
Source Source
File: bp-activity/bp-activity-template.php
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |