apply_filters( 'bp_activity_recurse_comment_count', int $new_count, object $comment, int $count )

Filters the total number of comments for the current comment.


Description Description


Parameters Parameters

$new_count

New total count for the current comment.

$comment

Activity comment object.

$count

Current iteration count for the current comment.


Top ↑

Source Source

File: bp-activity/bp-activity-template.php


Top ↑

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.