Delete feed cache
WordPress stores the feed cache in the wp_options table. If you want to flush the feed cache, you can do so by using the following query:
DELETE FROM `wp_options` WHERE `option_name` LIKE (‘_transient%_feed_%’)
WordPress stores the feed cache in the wp_options table. If you want to flush the feed cache, you can do so by using the following query:
DELETE FROM `wp_options` WHERE `option_name` LIKE (‘_transient%_feed_%’)