Block::get_registration_args( $args )

{@inheritDoc}

Contents


Source

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

	public function get_registration_args( array $args ): array {
		$args['title']       = _x( 'Tickets', 'Block title', 'event-tickets' );
		$args['description'] = _x( 'Sell tickets and register attendees.', 'Block description', 'event-tickets' );

		return $args;
	}

Top ↑

Changelog

Changelog
Version Description
5.8.0 Introduced.