Image_Alignment_Setting::get_options()
Source
File: src/Tickets_Wallet_Plus/Passes/Pdf/Settings/Image_Alignment_Setting.php
public function get_options(): array {
return [
'left' => esc_html__( 'Left', 'event-tickets-wallet-plus' ),
'center' => esc_html__( 'Center', 'event-tickets-wallet-plus' ),
'right' => esc_html__( 'Right', 'event-tickets-wallet-plus' ),
];
}