Tribe__Events__Community__Tickets__Service_Provider::register()

Binds and sets up implementations.

Contents


Source

File: src/Tribe/Service_Provider.php

	public function register() {
		$this->container->singleton( 'community.tickets.fees', 'Tribe__Events__Community__Tickets__Fees' );
		$this->container->singleton( 'community.tickets.shortcodes', 'Tribe__Events__Community__Tickets__Shortcodes' );

		$this->hook();
	}

Top ↑

Changelog

Changelog
Version Description
4.6.2 Introduced.