bp_activity_can_comment_reply, $can_comment, $comment
bp_activity_can_comment_reply, $can_comment, $comment
Appears in: buddypress.14.5.2
Hook Type: filter
Displaying hooks found in version: buddypress.14.5.2apply_filters('bp_activity_can_comment_reply, $can_comment, $comment') is found 1 times:
- /bp-activity/bp-activity-template.php line 3415
* * @param bool $can_comment Status on if activity reply can be commented on. * @param object $comment Current comment object being checked on. */ return (bool) apply_filters( 'bp_activity_can_comment_reply', $can_comment, $comment ); } /** * Determine whether favorites are allowed. * * Defaults to true, but can be modified by plugins.