WC_Product_Data_Store_Interface::get_featured_product_ids()
Returns a list of product IDs ( id as key => parent as value) that are featured. Uses get_posts instead of wc_get_products since we want some extra meta queries and ALL products (posts_per_page = -1).
Method of the class: WC_Product_Data_Store_Interface{}
No Hooks.
Return
Array
.
Usage
$WC_Product_Data_Store_Interface = new WC_Product_Data_Store_Interface(); $WC_Product_Data_Store_Interface->get_featured_product_ids();
WC_Product_Data_Store_Interface::get_featured_product_ids() WC Product Data Store Interface::get featured product ids code WC 9.4.2
public function get_featured_product_ids();