php – Error occurs when try to get woocommerce order details in a custom WP_Query
I’m trying to get order details with WP_Query, this must be work with an ajax call for pagination without page reload. The problem is that I get an error when I try to put some variables, such as: $order_id = $order->get_id(); or $items = $order->get_items();. The error in google console: POST https://mywebsite.com/wp-admin/admin-ajax.php 500 As @Sadoo … Read more