Skip to content

Instantly share code, notes, and snippets.

@dpaternina9
Created January 30, 2023 20:24
Show Gist options
  • Save dpaternina9/5687a8453dd50077db34980ee2c39753 to your computer and use it in GitHub Desktop.
Save dpaternina9/5687a8453dd50077db34980ee2c39753 to your computer and use it in GitHub Desktop.
MI Disable tags in RSS
<?php
add_filter('monsterinsights_get_option_tag_links_in_rss', '__return false');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment