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.

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

Comments

Add a Comment