Archive_Events::slug()
Returns the name/slug of this block.
Return
(string) The name/slug of this block.
Source
File: src/Tribe/Editor/Blocks/Archive_Events.php
public function slug() {
return 'archive-events';
}
Changelog
| Version | Description |
|---|---|
| 5.14.2 | Introduced. |