'Yoast SEO nofollow link disable in feed

In my feed i get a nofollow link. So when i use that feed to send newsletters in mailchimp i get this :

<p>
Inlägget
<a rel="nofollow" href="https://example.com/">Företagsrådgivare sökes till Mjöbäcks Sparbank</a>
dök först upp på
<a rel="nofollow" href="https://example.com">Sparbankernas Riksförbund</a>
.
</p>

I have tried this filter but it didn't work add_filter( 'wpseo_nofollow_rss_links', '__return_false' );

How can i disable or delete this code from Yoast SEO ?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source