Make plugin VIP compliant by removing usage of wp_remote_get
#791
Open
Description
opened on Aug 6, 2024
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
- I agree to follow this project's Code of Conduct
Metadata
Assignees
Type
Projects
Status
To Do
Activity