Hooks::register()
Binds and sets up implementations.
Source #
File: src/Events/Editor/Full_Site/Hooks.php
public function register() { $this->add_filters(); $this->add_actions(); }
Changelog #
Version | Description |
---|---|
5.14.2 | Introduced. |
Binds and sets up implementations.
File: src/Events/Editor/Full_Site/Hooks.php
public function register() { $this->add_filters(); $this->add_actions(); }
Version | Description |
---|---|
5.14.2 | Introduced. |