Module::get_order_data( string|int $order_id )
Event Tickets Plus Admin Reports page will use this data from this method.
Contents
Parameters
- $order_id
-
(string|int) (Required)
Return
(array)
Source
File: src/Tickets/Commerce/Module.php
public function get_order_data( $order_id ) {
return tec_tc_get_order( $order_id, ARRAY_A );
}
Changelog
| Version | Description |
|---|---|
| 5.1.9 | Introduced. |