WooCommerce: How To Get Order Data

woocommerce-get-product-data-robert-mullineux

When developing a WooCommerce website, a snippets library certainly comes in handy for speeding up the process of extracting valuable order data. Similar to post objects, WooCommerce allows us to tap into order objects to get valuable information such as order items, billing address, shipping details and more. By using WooCommece hooks (do_action and apply_filters), […]