Controller::do_register()
Register the provider.
Source
File: src/Events/Editor/Full_Site/Controller.php
public function do_register(): void {
$this->add_filters();
// Register the service provider itself on the container.
$this->container->singleton( static::class, $this );
}
Changelog
| Version | Description |
|---|---|
| 6.2.7 | Introduced. |