Block::slug()
Returns the name/slug of this block.
Return
(string) The name/slug of this block.
Source
File: src/Events_Pro/Blocks/Single_Venue/Block.php
public function slug(): string {
return 'single-venue';
}
Changelog
| Version | Description |
|---|---|
| 6.3.2 | Introduced. |