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