Title: Clear cache manually
Last modified: April 6, 2021

---

# Clear cache manually

 *  [eric3d](https://wordpress.org/support/users/eric3d/)
 * (@eric3d)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/clear-cache-manually/)
 * Great plugin. However, I would love an easier way to clear the cache when the
   feed is updated or the shortcode settings adjusted. For example, if the feed 
   is displayed on the /news/ page, visiting the page /news/?clearrsscache once 
   would force the cache to refresh.

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

 *  Thread Starter [eric3d](https://wordpress.org/support/users/eric3d/)
 * (@eric3d)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/clear-cache-manually/#post-14283914)
 * Something like this seems to work: add the following lines to the file RSS_Retriever_Feed.
   php, inside the private function get_cached_feed(), line 94:
 *     ```
       if ( $_GET['clearrsscache'] ) {
           return false;
       }
       ```
   
 *  [bdwelle](https://wordpress.org/support/users/bdwelle/)
 * (@bdwelle)
 * [5 years ago](https://wordpress.org/support/topic/clear-cache-manually/#post-14431503)
 * Thanks Eric, I added that code snippet and used it. Handy, especially as I can’t
   quite tell how else to update the cache…

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

The topic ‘Clear cache manually’ is closed to new replies.

 * ![](https://ps.w.org/wp-rss-retriever/assets/icon-256x256.jpg?rev=2144668)
 * [RSS Feed Retriever](https://wordpress.org/plugins/wp-rss-retriever/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-rss-retriever/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-rss-retriever/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-rss-retriever/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-rss-retriever/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-rss-retriever/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [bdwelle](https://wordpress.org/support/users/bdwelle/)
 * Last activity: [5 years ago](https://wordpress.org/support/topic/clear-cache-manually/#post-14431503)
 * Status: not resolved