Warning: Array to string conversion in /home/customer/www/docs.automatorplugin.com/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 825
AMELIABOOKING_TOKENS::get_booking_tokens()
Get booking tokens.
Return Return
(array) The booking tokens.
Source Source
File: src/integrations/ameliabooking/tokens/ameliabooking-tokens.php
public function get_booking_tokens() { return array( array( 'name' => esc_html__( 'Booking ID', 'uncanny-automator' ), 'id' => 'booking_id', ), array( 'name' => esc_html__( 'Booking status', 'uncanny-automator' ), 'id' => 'booking_status', ), array( 'name' => esc_html__( 'Booking appointment ID', 'uncanny-automator' ), 'id' => 'booking_appointmentId', ), array( 'name' => esc_html__( 'Booking number of persons', 'uncanny-automator' ), 'id' => 'booking_persons', ), array( 'name' => esc_html__( 'Booking price', 'uncanny-automator' ), 'id' => 'booking_price', ), ); }
Expand full source code Collapse full source code View on Github