Skip to content

Instantly share code, notes, and snippets.

View pierre-dargham's full-sized avatar

Pierre Dargham pierre-dargham

View GitHub Profile
@pierre-dargham
pierre-dargham / gist:77602c53c8e50ac32c7b
Last active August 29, 2015 14:26 — forked from corsonr/gist:6367944
WooCommerce - Get featured products IDs
/**
* Function that returns an array containing the IDs of the featured products.
*
* @since 2.0
* @access public
* @return array
*/
function woo_get_featured_product_ids() {
// Load from cache
$featured_product_ids = get_transient( 'wc_featured_products' );