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