Block::get_registration_args( $args )

{@inheritDoc}

Contents


Source

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

	public function get_registration_args( array $args ): array {
		$args['title']       = _x( 'Event Ticket', 'Block title', 'event-tickets' );
		$args['description'] = _x( 'A single configured ticket type.', 'Block description', 'event-tickets' );

		return $args;
	}

Top ↑

Changelog

Changelog
Version Description
5.8.0 Introduced.