Tagged Questions
2
votes
1answer
845 views
Troubleshooting fetch_feed and SimplePie
I've got a very basic solution using fetch_feed() and SimplePie to pull in RSS items which is working on my localhost, but for some reason is_wp_error() persists as true on the live server. Is there ...