Provider::register()
Register implementations.
Source
File: src/Events/Admin/Notice/Provider.php
public function register() {
$this->container->singleton( Rest_Api::class, Rest_Api::class );
$this->add_actions();
$this->add_filters();
}
Register implementations.
File: src/Events/Admin/Notice/Provider.php
public function register() {
$this->container->singleton( Rest_Api::class, Rest_Api::class );
$this->add_actions();
$this->add_filters();
}