bp_activity_current_comment, $current_comment

bp_activity_current_comment, $current_comment

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.14.5.2

apply_filters('bp_activity_current_comment, $current_comment') is found 1 times:

  • /bp-activity/bp-activity-template.php line 2211
    	 * @since 1.5.0
    	 *
    	 * @param object|bool $current_comment The activity comment currently being displayed. False on failure.
    	 */
    	return apply_filters( 'bp_activity_current_comment', $current_comment );
    }
    
    
    /**
     * Output the ID of the activity comment currently being displayed.
     *