WC_Order_Data_Store_Interface::get_recorded_sales() public WC 1.0
Gets information about whether sales were recorded.
{} It's a method of the class: WC_Order_Data_Store_Interface{}
No Hooks.
Return
true/false.
Usage
$WC_Order_Data_Store_Interface = new WC_Order_Data_Store_Interface(); $WC_Order_Data_Store_Interface->get_recorded_sales( $order );
- $order(WC_Order) (required)
- Order object.
Code of WC_Order_Data_Store_Interface::get_recorded_sales() WC Order Data Store Interface::get recorded sales WC 5.0.0
public function get_recorded_sales( $order );