featured widget fix
This commit is contained in:
parent
c8d0273407
commit
336e120c4b
|
@ -78,7 +78,7 @@ class WooCommerce_Widget_Featured_Products extends WP_Widget {
|
|||
|
||||
endif;
|
||||
|
||||
$cache[$args['widget_id']] = ob_get_clean();
|
||||
$cache[$args['widget_id']] = ob_get_flush();
|
||||
wp_cache_set('widget_featured_products', $cache, 'widget');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue