Controller::register_block()
Registers the Calendar Embed block.
Source
File: src/Events_Pro/Blocks/Controller.php
public function register_block() {
$this->container->make( Calendar_Block::class )->register_block();
}
Changelog
| Version | Description |
|---|---|
| 7.2.0 | Introduced. |