YouTube_Provider::action_add_event_single_youtube_embed()
Include the YouTube embed for event single.
Source
File: src/Tribe/Meetings/YouTube_Provider.php
public function action_add_event_single_youtube_embed() {
$this->container->make( Template_Modifications::class )
->add_youtube_video_embed();
}
Changelog
| Version | Description |
|---|---|
| 1.6.0 | Introduced. |