How to parse rss feeds using WordPress built-in functions
These days a friend asked me about how can we parse rss feeds using WordPress. So here we are! It’s pretty easy to do this by using fetch_feed (wordpress built-in function based on SimplePie) like I did in wcr_parse_feed custom function.