Provider::register()
Binds and sets up implementations.
Source
File: src/Tribe/Rewrite/Provider.php
public function register() {
$this->container->singleton( 'events-pro.rewrite', Rewrite::class );
$this->container->singleton( 'events.rewrite', Rewrite::class );
$this->add_filters();
}
Changelog
| Version | Description |
|---|---|
| 4.7.5 | Introduced. |