The Events Calendar Extension: Events Call Links
Automatically generate conference call meeting links for your events.
by Modern Tribe, Inc. · github.com/mt-support/tribe-ext-event-call-links · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/mt-support/tribe-ext-event-call-links/archive/refs/heads/master.zipDeclares an update source (https://github.com/mt-support/tribe-ext-event-call-links), so updates arrive through the plugin's own updater.
From the readme
What and Why?
This is the Modern Tribe Extension Template. It allows you to easily extend our plugins: The Events Calendar, Event Tickets, and their associated add-on plugins.
The primary benefits of using this template is that it's gets you up-and-running quicker than building a custom plugin yourself, and it's best to extend one plugin via another plugin instead of adding custom code to your child theme's functions.php file.
We ensure your new extension does not run if its required base plugin is not activated, which helps avoid fatal errors and means fewer classexists() checks are applicable.
Extensions have been available since The Events Calendar version 4.3.3 (November 16, 2016). If you try to use this template to work with versions before this date, your extension will not run at all.
How?
If you want to suggest an edit to this template, submit a pull request to this repo.
If you want to make your own new extension:
1. Create your own new repository, prefixing its name with the required tribe-ext- prefix (or else your extension will not run at all, even if activated).
1. Download the master branch of this template as a .zip and unzip it.
1. Because you cannot make a