feeds' ), 'thefrosty_dashboard_widget_rss' ); } } // Function: Print Dashboard Widget if ( !function_exists( 'thefrosty_dashboard_widget_rss' ) ) { function thefrosty_dashboard_widget_rss( $sidebar_args ) { global $wpdb; extract( array($sidebar_args, EXTR_SKIP)); //echo 'frosty'; $style = '' . "\n"; $domain = preg_replace( '|https?://([^/]+)|', '$1', get_option( 'siteurl' ) ); include_once( ABSPATH . WPINC . '/class-simplepie.php' ); $feed = new SimplePie(); $feed->set_feed_url( 'http://pipes.yahoo.com/pipes/pipe.run?_id=52c339c010550750e3e64d478b1c96ea&_render=rss' ); if ( false !== strpos( $domain, '/' ) || 'localhost' == $domain || preg_match( '|[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+|', $domain ) ) { $feed->enable_cache( false ); } else { $feed->enable_cache( true ); $feed->set_cache_location( plugin_dir_path( __FILE__ ) . 'cache' ); } $feed->init(); $feed->handle_content_type(); $items = $feed->get_item(); echo '