Yesterday, I shared a post on how to use wp_remote_get but I left out an alternative function: wp_safe_remote_get. The original goal was to use the first post to show:
- What the original function accepts,
- How to use the original function,
- What the original function returns,
- What an implementation make look like.
And then I was going to take a look at wp_safe_remote_get. But there’s a challenge: I have smart friends. Shortly after I published the post, I get a response from Roy:
wp_safe_remote_get***
— Mildly Spicy Salsa (@royboy789) January 10, 2017
Thanks, Roy! (Be sure to say “Hi!” to him. :)
But seriously, the follow-up to yesterday’s post is exactly that: wp_safe_remote_get. And it’s how to determine the difference in the two functions and when you’d use one over the other.



