id with atomurl.',appStoreAssistant); return; } $last = $atomurl[strlen($atomurl)-1]; 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, 5); echo '
"; echo $after_widget; } function update( $new_instance, $old_instance ) { return $new_instance; } function form( $instance ) { $title = esc_attr( $instance['title'] ); $atomurl = esc_attr( $instance['atomurl'] ); ?>