Warning: This function has been deprecated.
woocommerce_get_featured_product_ids()
Description Description
Source Source
File: includes/wc-deprecated-functions.php
810 811 812 813 | function woocommerce_get_featured_product_ids() { wc_deprecated_function( __FUNCTION__ , '3.0' , 'wc_get_featured_product_ids' ); return wc_get_featured_product_ids(); } |
Changelog Changelog
Version | Description |
---|---|
3.0 | Introduced. |