Hooks::admin_register()
Register providers at admin_init, so dependencies are loaded.
Source
File: src/Common/Event_Automator/Hooks.php
public function admin_register() {
$this->container->register( Tabs_Provider::class );
}
Changelog
| Version | Description |
|---|---|
| 6.0.0 | Introduced. |