Woocommerce – WordPress PHP Add Object to Array
I'm developing a plugin that sends WooCommerce order data to a REST API, using a Basic Authentication Header. As for the WooCommerce order lines, the API documentation tells me to add every order line as an object to the 'lines'…