Block::slug()

Which is the name/slug of this block


Return

(string)


Top ↑

Source

File: src/Tickets/Blocks/Tickets/Block.php

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

Top ↑

Changelog

Changelog
Version Description
4.9 Introduced.