tec_automator_load()

Register and load the service provider for loading the plugin.

Contents


Source

File: src/functions/load.php

function tec_automator_load() {
	tribe_register_provider( Plugin::class );
}

Top ↑

Changelog

Changelog
Version Description
1.0.0 Introduced.