Block::slug()

Returns the name/slug of this block.


Return

(string) The name/slug of this block.


Top ↑

Source

File: src/Events_Pro/Blocks/Single_Venue/Block.php

	public function slug(): string {
		return 'single-venue';
	}

Top ↑

Changelog

Changelog
Version Description
6.3.2 Introduced.