Tagged Questions
-1
votes
1answer
84 views
WordPress Default Feed Does Not Change After Hooking the_content_feed [closed]
While I was experimenting with my developing plugin and after hooking the_content_feed to modify the default WordPress feed output, which can be accessed at http://siteurl/?feed=rss2, even if I ...
0
votes
1answer
156 views
Where does WordPress default SimplePie save cache data?
Where does WordPress default SimplePie save cache data? I could only find relevant info about cache durations but not the location. SimplePie has a method called set_cache_location() but I cannot find ...
1
vote
2answers
475 views
How to set the cache for the built-in SimplePie feed parser?
I'm using the built-in SimplePie, AKA fetch_feed(), to retrieve a feed, and I want to be able to adjust the cache time from an admin menu. SimplePie itself is well documented, but not so much the ...