Modify RSS widget content.
beans_widget_rss_content( )
Return: (The) RSS widget content.
Source
function beans_widget_rss_content() {
$options = beans_get_widget( 'options' );
return '<p><a class="uk-button" href="' . beans_get( 'url', $options ) . '" target="_blank">' . __( 'Read feed', 'tm-beans' ) . '</a><p>';
}