• 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

    (@eric3d)

    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;
    }

    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.