bp_activity_can_comment, $can_comment, $activity_type

bp_activity_can_comment, $can_comment, $activity_type

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.14.5.2

apply_filters('bp_activity_can_comment, $can_comment, $activity_type') is found 1 times:

  • /bp-activity/bp-activity-template.php line 3368
    	 *
    	 * @param bool   $can_comment     Status on if activity can be commented on.
    	 * @param string $activity_type   Current activity type being checked on.
    	 */
    	return apply_filters( 'bp_activity_can_comment', $can_comment, $activity_type );
    }
    
    /**
     * Determine whether a comment can be made on an activity reply item.
     *
     * @since 1.5.0