The `WC_Order.get_items` is a function in PHP that is used to retrieve all the items associated with an order in WooCommerce. It returns an array of objects, with each object representing a specific item in the order. This function is useful for accessing and manipulating individual items within an order, such as retrieving their details or updating their properties.
PHP WC_Order::get_items - 30 examples found. These are the top rated real world PHP examples of WC_Order::get_items extracted from open source projects. You can rate examples to help us improve the quality of examples.