Block::slug()
Which is the name/slug of this block
Return
(string)
Source
File: src/Tickets/Blocks/Ticket/Block.php
public function slug() {
return 'tickets-item';
}
Changelog
| Version | Description |
|---|---|
| 4.9.2 | Introduced. |
Which is the name/slug of this block
(string)
File: src/Tickets/Blocks/Ticket/Block.php
public function slug() {
return 'tickets-item';
}
| Version | Description |
|---|---|
| 4.9.2 | Introduced. |