2
25
// sort by date $sortDate = get_post_meta($id, '_mm_sort_product_date', true); if($sortDate == 'yes') { sort($productsmm); }