The code being worked on is
foreach($storeObject[‘cf’][3][‘value’] as $staffItem) {
if(!in_array($staffItem[‘Type’],array(‘OPTO’,’OPTI’)) && $staffItem[‘IsManager’] == 1) {
array_push($other,$staffItem);
continue;
}
Any help would be great ??
Thanks!!