Seats_Tab::get_label()
Source
File: src/Tickets/Seating/Orders/Seats_Tab.php
public function get_label(): string {
return esc_html__( 'Seats', 'event-tickets' );
}
Changelog
| Version | Description |
|---|---|
| 5.16.0 | Introduced. |
File: src/Tickets/Seating/Orders/Seats_Tab.php
public function get_label(): string {
return esc_html__( 'Seats', 'event-tickets' );
}
| Version | Description |
|---|---|
| 5.16.0 | Introduced. |