WC_Product_Data_Store_Interface::get_featured_product_ids()publicWC 1.0

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() code WC 8.7.0

public function get_featured_product_ids();