eo_add_booking_ticket_meta
since 1.10.0
Pro
eo_add_booking_ticket_meta( $booking_ticket_id, $key, $value, $unique = false )
Add meta data field to a booking ticket
It is strongly recommended that you prefix your keys with and underscore.
Parameters
int
|
$booking_ticket_id |
Booking ticket ID.
|
string
|
$key |
Metadata name.
|
mixed
|
$value |
Metadata value.
|
bool
|
$unique = false |
Optional, default is false. Whether the same key should not be added.
|
Return value
bool
|
False for failure. True for success.
|
Changelog