bp_activity_recurse_comment_count, $new_count, $comment, $count
bp_activity_recurse_comment_count, $new_count, $comment, $count
Appears in: buddypress.14.5.2
Hook Type: filter
Displaying hooks found in version: buddypress.14.5.2apply_filters('bp_activity_recurse_comment_count, $new_count, $comment, $count') is found 1 times:
- /bp-activity/bp-activity-template.php line 2592
* @param int $new_count New total count for the current comment. * @param object $comment Activity comment object. * @param int $count Current iteration count for the current comment. */ return apply_filters( 'bp_activity_recurse_comment_count', $new_count, $comment, $count ); } /** * Output the depth of the current activity comment. * * @since 2.0.0