bp_activity_can_comment_reply, $can_comment, $comment

bp_activity_can_comment_reply, $can_comment, $comment

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.14.5.2

apply_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.