I'm trying to use shortcodes with GK-NSP widget, but it seems that they're being stripped somewhere.
Where should I comment/uncomment code to activate use of shortcodes at GK NSP ?
$rss = fetch_feed($data_source);
$rss = fetch_feed(do_shortcode($data_source));