Block::get_registration_block_type()

{@inheritDoc}

Contents


Source

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

	public function get_registration_block_type() {
		return __DIR__ . '/block.json';
	}

Top ↑

Changelog

Changelog
Version Description
5.8.0 Introduced.