fetch_feed($url) seems only to be working with $url typed in manually. If I instead take it from the database (e.g. get_bookmark_field('link_rss', $link->link_id); or $link->link_rss) it is not working anyhow (fatal error Call to undefined method WP_Error::get_items() )
How do I get fetch_feed($url) working with an url form the database? It seems that there is a format in $url from database what fetch_feed($url) does not link.