Is your enhancement related to a problem? Please describe.
The codebase currently contains instances of wp_remote_get which does not pass VIP's coding standards. #786 introduces a safe_remote_get helper function which uses vip_safe_wp_remote_get when available. Use this function to replace existing occurences of wp_remote_get.
Designs
No response
Describe alternatives you've considered
No response
Code of Conduct
Is your enhancement related to a problem? Please describe.
The codebase currently contains instances of
wp_remote_getwhich does not pass VIP's coding standards. #786 introduces asafe_remote_gethelper function which usesvip_safe_wp_remote_getwhen available. Use this function to replace existing occurences ofwp_remote_get.Designs
No response
Describe alternatives you've considered
No response
Code of Conduct