Get Order Number
-
Hey guys,
i want to access the Order Number (Without the Prefix, just the Numbers that increases every time) from my functions.php file.
I have a function that is called with a do_action from WooCommerce.
In this Function i need to get the Order Number.Does anyone know how to do this?
$order->$order_number; does not work
var_dump($order_number); is NULL.Thanks in advance.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Get Order Number’ is closed to new replies.