Zoom_Provider::render_migration_notice()

Render the Migration Notice to the New Zoom App.

Contents


Source

File: src/Tribe/Meetings/Zoom_Provider.php

	public function render_migration_notice() {
		$this->container->make( Migration_Notice::class )->render();
	}

Top ↑

Changelog

Changelog
Version Description
1.4.0 Introduced.