Tribe__Tickets__Admin__Notices::hook()

Hooks the actions and filters used by the class

Contents


Source

File: src/Tribe/Admin/Notices.php

	public function hook() {
		add_action( 'plugins_loaded', array( $this, 'maybe_display_plus_commerce_notice' ) );
	}

Top ↑

Changelog

Changelog
Version Description
4.7 Introduced.