YouTube_Provider::setup_channel_trash_icon( string $html, TribeEventsVirtualMeetingsarray $field )
Add the channel trash icon with AJAX url.
Contents
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.
Return
(string) The html for the trash icon along with remaining field html.
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 );
}
Changelog
| Version | Description |
|---|---|
| 1.6.0 | Introduced. |