Zoom_Provider::render_classic_meeting_link_ui( string $file, string $entry_point, Tribe__Template $template )

Renders the Zoom API link generation UI and controls, depending on the current state.


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.


Top ↑

Source

File: src/Tribe/Meetings/Zoom_Provider.php

	public function render_classic_meeting_link_ui( $file, $entry_point, \Tribe__Template $template ) {
		$this->container->make( Zoom\Classic_Editor::class )
						->render_initial_zoom_setup_options( $template->get( 'post' ) );
	}

Top ↑

Changelog

Changelog
Version Description
1.0.0 Introduced.