WC_Product_Data_Store_Interface::get_starting_salespublicWC 1.0

Returns an array of IDs of products that have sales starting soon.

Method of the class: WC_Product_Data_Store_Interface{}

No Hooks.

Returns

Array.

Usage

$WC_Product_Data_Store_Interface = new WC_Product_Data_Store_Interface();
$WC_Product_Data_Store_Interface->get_starting_sales();

WC_Product_Data_Store_Interface::get_starting_sales() code WC 10.3.3

public function get_starting_sales();