Block::slug()

Returns the name/slug of this block.


Return

(string) The name/slug of this block.


Top ↑

Source

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

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

Top ↑

Changelog

Changelog
Version Description
6.3.3 Introduced.