Zoom_Provider::render_migration_notice()
Render the Migration Notice to the New Zoom App.
Source
File: src/Tribe/Meetings/Zoom_Provider.php
public function render_migration_notice() {
$this->container->make( Migration_Notice::class )->render();
}
Changelog
| Version | Description |
|---|---|
| 1.4.0 | Introduced. |