apply_filters( 'bp_activity_recurse_comment_count', int $new_count , object $comment , int $count )
Filters the total number of comments for the current comment.
Parameters Parameters
- $new_count
-
(int) New total count for the current comment.
- $comment
-
(object) Activity comment object.
- $count
-
(int) Current iteration count for the current comment.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |