Tribe__Tickets__Status__Manager::hook()

Hook

Contents


Source

File: src/Tribe/Status/Manager.php

	public function hook() {
		add_action( 'init', [ $this, 'setup' ] );
	}

Top ↑

Changelog

Changelog
Version Description
4.10 Introduced.