Zoom_Provider::render_classic_display_controls( string $file, string $entry_point, Tribe__Template $template )
Renders the Zoom API controls related to the display of the Zoom Meeting link.
Contents
Parameters
- $file
-
(string) (Required) The path to the template file, unused.
- $entry_point
-
(string) (Required) The name of the template entry point, unused.
- $template
-
(Tribe__Template) (Required) The current template instance.
Source
File: src/Tribe/Meetings/Zoom_Provider.php
public function render_classic_display_controls( $file, $entry_point, \Tribe__Template $template ) {
$this->container->make( Zoom\Classic_Editor::class )
->render_classic_display_controls( $template->get( 'post' ) );
}
Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |