tec_automator_load()
Register and load the service provider for loading the plugin.
Source
File: src/functions/load.php
function tec_automator_load() {
tribe_register_provider( Plugin::class );
}
Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |