Tribe__Events__Editor__Blocks__Event_Organizer::slug()

Which is the name/slug of this block


Return

(string)


Top ↑

Source

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

	public function slug() {
		return 'event-organizer';
	}

Top ↑

Changelog

Changelog
Version Description
4.7 Introduced.