Provider::register()

Binds and sets up implementations.

Contents


Source

File: src/Conference/Views/Provider.php

	public function register() {
		// Register the SP on the container.
		$this->container->singleton( 'tec.conference.admin.provider', $this );

		$this->add_actions();
		$this->add_filters();
	}

Top ↑

Changelog

Changelog
Version Description
1.0.0 Introduced.