Block::get_registration_args( $args )
{@inheritDoc}
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;
}
Changelog
| Version | Description |
|---|---|
| 5.8.0 | Introduced. |