What problem would the enhancement address for VIP?
When using curl the suggested fix is to use wp_remote_get, however, wp_remote_get is discouraged and vip_safe_wp_remote_get is suggested instead.
Describe the solution you'd like
Suggest the use of vip_safe_wp_remote_get when using curl to avoid a secondary violation for using wp_remote_get
What problem would the enhancement address for VIP?
When using
curlthe suggested fix is to usewp_remote_get, however,wp_remote_getis discouraged andvip_safe_wp_remote_getis suggested instead.Describe the solution you'd like
Suggest the use of
vip_safe_wp_remote_getwhen usingcurlto avoid a secondary violation for usingwp_remote_get