Tribe__Tickets__Main::remove_exts()

Prevents Extensions from running if TEC 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.10.0.1 Introduced.