bp_activity_comment_id, $comment_id

bp_activity_comment_id, $comment_id

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.14.5.2

apply_filters('bp_activity_comment_id, $comment_id') is found 1 times:

  • /bp-activity/bp-activity-template.php line 2247
    		 * @since 1.5.0
    		 *
    		 * @param int|bool $comment_id ID for the comment currently being displayed.
    		 */
    		return apply_filters( 'bp_activity_comment_id', $comment_id );
    	}
    
    /**
     * Output the ID of the author of the activity comment currently being displayed.
     *
     * @since 1.5.0