how i can retrieve all woocommerce orders in new custom plugin
Question
i tried to use wc_get_orders() function to retrieve all woocommerce orders but i got
"Uncaught Error: Call to undefined function wc_get_orders()"
and did this
require_once '../woocommerce/includes/wc-order-functions.php';
but i got
require_once(../woocommerce/includes/wc-order-functions.php): failed to open stream:
how i can retrieve all woocommerce orders
0
4 months
0 Answers
10 views
0
Leave an answer
You must login or register to add a new answer .