Controller::register_archive_events_block()
Registers the Events Archive block.
Source
File: src/Events/Blocks/Controller.php
public function register_archive_events_block() {
return $this->container->make( Archive_Events_Block::class )->register();
}
Changelog
| Version | Description |
|---|---|
| 6.3.3 | Renamed function. |
| 6.2.7 | Introduced. |