Tribe__Events__Main::remove_exts()

Prevents Extensions from running if ET is on an Older Version

Contents


Source

File: src/Tribe/Main.php

		public function remove_exts() {

			remove_all_actions( 'tribe_plugins_loaded', 10 );

		}

Top ↑

Changelog

Changelog
Version Description
4.9.3.1 Introduced.