Block::get_registration_block_type()
{@inheritDoc}
Source
File: src/Tickets/Blocks/Ticket/Block.php
public function get_registration_block_type() {
return __DIR__ . '/block.json';
}
Changelog
| Version | Description |
|---|---|
| 5.8.0 | Introduced. |
{@inheritDoc}
File: src/Tickets/Blocks/Ticket/Block.php
public function get_registration_block_type() {
return __DIR__ . '/block.json';
}
| Version | Description |
|---|---|
| 5.8.0 | Introduced. |