Provider::register()
Binds and sets up implementations.
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();
}
Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |