// matrix array foreach($appsList as $key => $app) { if($app["app_status"] !== "approved") { // remove orange apps unset($appsList[$key]); } }