nofollow_rss_links, false
nofollow_rss_links, false
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('nofollow_rss_links, false') is found 1 times:
- /src/integrations/front-end/rss-footer-embed.php line 190
* @since 1.4.20 * * @param bool $unsigned Whether or not to follow the links in RSS feed, defaults to true. */ if ( \apply_filters( 'nofollow_rss_links', false ) ) { return '<a rel="nofollow" href="%1$s">%2$s</a>'; } return '<a href="%1$s">%2$s</a>'; } }