Hooks::register()
Binds and sets up implementations.
Source
File: src/Tribe/Views/V2/Hooks.php
public function register() {
$this->container->tag( [
Event_Query_Controller::class,
], 'query_controllers' );
$this->add_actions();
$this->add_filters();
}
Changelog
| Version | Description |
|---|---|
| 4.9.2 | Introduced. |