Virtual_Event::slug()

Which is the name/slug of this block.


Return

(string)


Top ↑

Source

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

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

Top ↑

Changelog

Changelog
Version Description
1.7.1 Introduced.