Help converting code woocommerce
-
Hey! I need help to convert the following piece of code to the latest version of woocommerce, as this is a pre-2.2 code…
$terms = wp_get_object_terms($order->post_id, 'shop_order_status', array( 'fields' => 'names')); $order_status = isset($terms[0]) ? $terms[0] : 'pending';Any help would be much appreciated!
The topic ‘Help converting code woocommerce’ is closed to new replies.