Tribe__Tickets__Main::on_activation()

Fires when the plugin is activated.


Source

File: src/Tribe/Main.php

	public function on_activation() {
		// Set a transient we can use when deciding whether or not to show update/welcome splash pages
		if ( ! is_network_admin() && ! isset( $_GET['activate-multi'] ) ) {
			set_transient( '_tribe_tickets_activation_redirect', 1, 30 );
		}
	}