You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The wp_remote_*() functions (like wp_remote_get()) do not validate the passed URL, resulting in the possibility for malicious requests if the $url is user-controlled. The wp_safe_remote_*() functions should be instead, since "the URL is validated to avoid redirection and request forgery attacks."