YouTube_Provider::setup_channel_trash_icon( string $html, TribeEventsVirtualMeetingsarray $field )

Add the channel trash icon with AJAX url.


Parameters

$html

(string) (Required) The html for the end of the field.

$field

(<span class="TribeEventsVirtualMeetingsarrayTribeEventsVirtualMeetingsarray<string|">TribeEventsVirtualMeetingsmixed>) (Required) An array of the field attributes.


Top ↑

Return

(string) The html for the trash icon along with remaining field html.


Top ↑

Source

File: src/Tribe/Meetings/YouTube_Provider.php

	public function setup_channel_trash_icon( $html, $field ) {
		return tribe( YouTube\Template_Modifications::class )->setup_channel_trash_icon( $html, $field );
	}

Top ↑

Changelog

Changelog
Version Description
1.6.0 Introduced.