Block::slug()

Returns the name/slug of this block.


Return

(string) The name/slug of this block.


Top ↑

Source

File: src/Events/Blocks/Archive_Events/Block.php

	public function slug(): string {
		return 'archive-events';
	}

Top ↑

Changelog

Changelog
Version Description
6.3.3 Introduced.