Tribe__Tickets__Tickets::deactivate()

Removes this module from the list of active modules.


Return

(void) This module is removed from the list of active modules, if it was active.


Top ↑

Source

File: src/Tribe/Tickets.php

		public function deactivate(): void {
			unset( self::$active_modules[ get_class( $this ) ] );
		}

Top ↑

Changelog

Changelog
Version Description
5.8.0 Introduced.