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