Home / Disable RSS Feed Links
Duplicate Snippet

Embed Snippet on Your Site

Disable RSS Feed Links

Remove head links to RSS Feeds from all the pages on your site.

1.1k
Code Preview
php
<?php
remove_action('wp_head', 'feed_links', 2 );
remove_action('wp_head', 'feed_links_extra', 3 );

Comments

Add a Comment