Archive_Events::slug()

Returns the name/slug of this block.


Return

(string) The name/slug of this block.


Top ↑

Source

File: src/Tribe/Editor/Blocks/Archive_Events.php

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

Top ↑

Changelog

Changelog
Version Description
5.14.2 Introduced.