' . __( 'Adding an RSS feed to this site’s homepage is not supported, as it could lead to a loop that slows down your site. Try using another block, like the Latest Posts block, to list posts from the site.' ) . '
';
	}
	$rss = fetch_feed( $attributes['feedURL'] );
	if ( is_wp_error( $rss ) ) {
		return '' . __( 'RSS Error:' ) . ' ' . esc_html( $rss->get_error_message() ) . '
' . __( 'An error has occurred, which probably means the feed is down. Try again later.' ) . '