WC_Order -class not found
-
Hi,
I am making a plugin where I have done the following at one point of the code:
global $woocommerce;
$order = new WC_Order($orderID);I am getting this error:
Fatal error: Class ‘WC_Order’ not found in /By googling I have only found the solutions where the answer has been to add that global $woocommerce to my code before using the WC_Order-class. This code is inside my custom class. What am I missing here? ??
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘WC_Order -class not found’ is closed to new replies.