Tribe__Tickets__Editor__Blocks__Tickets_Item::slug()

Which is the name/slug of this block


Return

(string)


Top ↑

Source

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

	public function slug() {
		return 'tickets-item';
	}

Top ↑

Changelog

Changelog
Version Description
4.9.2 Introduced.