Tribe__Tickets__Main::remove_exts()
Prevents Extensions from running if TEC is on an Older Version
Source
File: src/Tribe/Main.php
public function remove_exts() {
remove_all_actions( 'tribe_plugins_loaded', 10 );
}
Changelog
| Version | Description |
|---|---|
| 4.10.0.1 | Introduced. |