Hi,
Thank you for the reply. Inside the wpsl_store_data, how can I access the $store_meta array?
is it like this?
foreach ( $stores as $k => $store ) {
$store_categories = $store['store_meta']['terms'];
foreach($store_categories as $store_cat){
if($store_cat == "featured"){
//add to featured list
}
}
}