Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make plugin VIP compliant by removing usage of wp_remote_get #791

Open
1 task done
psorensen opened this issue Aug 6, 2024 · 0 comments
Open
1 task done

Make plugin VIP compliant by removing usage of wp_remote_get #791

psorensen opened this issue Aug 6, 2024 · 0 comments
Labels
help wanted Extra attention is needed type:enhancement New feature or request.
Milestone

Comments

@psorensen
Copy link

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
@psorensen psorensen added the type:enhancement New feature or request. label Aug 6, 2024
@jeffpaul jeffpaul added this to the 3.2.0 milestone Aug 6, 2024
@jeffpaul jeffpaul moved this to To Do in Open Source Practice Aug 6, 2024
@jeffpaul jeffpaul added the help wanted Extra attention is needed label Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed type:enhancement New feature or request.
Projects
Status: To Do
Development

No branches or pull requests

2 participants