id with atomurl.',appStoreAssistant); return; } $last = $atomurl[strlen($atomurl)-1]; $AddSlash = ""; if($last != "/") $AddSlash = "/"; $RSS_Feed = $atomurl.$AddSlash."xml"; $appStore_option = "appStore_rssfeed_".hash('md2', $RSS_Feed); $feedData = get_option($appStore_option); if (!empty($feedData)) { $appIDs = $feedData; } else { $appIDs = appStore_getIDs_from_feed($RSS_Feed); update_option($appStore_option, $appIDs); } array_splice($appIDs, $showamount); echo '