Title: Remove from RSS feeds
Last modified: August 30, 2016

---

# Remove from RSS feeds

 *  Resolved [brs14ku](https://wordpress.org/support/users/brs14ku/)
 * (@brs14ku)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/remove-from-rss-feeds/)
 * Can you either make the Contextly class a global instance object so we can use
   remove_action to get it out of our RSS feeds or can you implement some logic 
   to control that. Currently running addSnippetWidgetToContent on the_content is
   adding it to feeds which is unwanted for our purposes. However I can’t remove
   that action since it’s a class object I can’t access outside of your usage. If
   i’m wrong and I can access it somehow without modifying the plugin please let
   me know.
 * [https://wordpress.org/plugins/contextly-related-links/](https://wordpress.org/plugins/contextly-related-links/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [bsac](https://wordpress.org/support/users/bsac/)
 * (@bsac)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/remove-from-rss-feeds/#post-6849842)
 * Hello,
 * I have passed the request to our devs for consideration.
 * You can email us directly for follow-up: [info@contextly.com](https://wordpress.org/support/topic/remove-from-rss-feeds/info@contextly.com?output_format=md).
 * Best,
    Ben
 *  [bsac](https://wordpress.org/support/users/bsac/)
 * (@bsac)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/remove-from-rss-feeds/#post-6849845)
 * The following changes will be included in the next plugin release:
 * global $contextly;
 * $contextly = new Contextly();
    $contextly->init();
 * Contextly object can be accessible on every WP page via:
    global $contextly;
 *  Thread Starter [brs14ku](https://wordpress.org/support/users/brs14ku/)
 * (@brs14ku)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/remove-from-rss-feeds/#post-6849888)
 * Fantastic. Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)

 The topic ‘Remove from RSS feeds’ is closed to new replies.

 * ![](https://ps.w.org/contextly-related-links/assets/icon-256x256.png?rev=984192)
 * [Contextly Recommends](https://wordpress.org/plugins/contextly-related-links/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contextly-related-links/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contextly-related-links/)
 * [Active Topics](https://wordpress.org/support/plugin/contextly-related-links/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contextly-related-links/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contextly-related-links/reviews/)

## Tags

 * [RSS](https://wordpress.org/support/topic-tag/rss/)

 * 3 replies
 * 2 participants
 * Last reply from: [brs14ku](https://wordpress.org/support/users/brs14ku/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/remove-from-rss-feeds/#post-6849888)
 * Status: resolved