Tribe__Tickets__Commerce__PayPal__Order::get_status_label()
Returns the Order status label.
Return
(string)
Source
File: src/Tribe/Commerce/PayPal/Order.php
public function get_status_label() {
return $this->status_label;
}
Changelog
| Version | Description |
|---|---|
| 4.10 | Introduced. |