Tribe__Events__Main::remove_exts()
Prevents Extensions from running if ET 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.9.3.1 | Introduced. |