Refreshing the feed cache
-
Hi
I just want to mention that sometimes the feed (with SimplePie option) doesn’t update.
I could resolve it by using this filter:/* set RSS-feed cache to 0 seconds */
add_filter( ‘wp_feed_cache_transient_lifetime’, create_function( ‘$a’, ‘return 0;’ ));enjoy
- The topic ‘Refreshing the feed cache’ is closed to new replies.