Virtual_Event::slug()
Which is the name/slug of this block.
Return
(string)
Source
File: src/Tribe/Editor/Blocks/Virtual_Event.php
public function slug() {
return 'virtual-event';
}
Changelog
| Version | Description |
|---|---|
| 1.7.1 | Introduced. |
Which is the name/slug of this block.
(string)
File: src/Tribe/Editor/Blocks/Virtual_Event.php
public function slug() {
return 'virtual-event';
}
| Version | Description |
|---|---|
| 1.7.1 | Introduced. |