'', 'number' => 3, 'class' => '', 'id' => '', ), $args ); extract( $defaults ); self::$args = $defaults; $html = ''; //$html = '

'._e( 'Recent news from Some-Other Blog:', 'my-text-domain' ).'

'; if( $url !== ''): include_once( ABSPATH . WPINC . '/feed.php' ); $rss = fetch_feed( esc_url($url) ); $maxitems = 0 ; if(! is_wp_error($rss)): $maxitems = $rss->get_item_quantity(esc_attr($number)); $rss_items = $rss->get_items( 0, $maxitems ); endif; $html = '' ; endif; return $html; } } new Magee_RSS_feed(); endif;