-
Notifications
You must be signed in to change notification settings - Fork 846
Depreacate xmlrpc async call #16691
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
Depreacate xmlrpc async call #16691
Conversation
|
Thank you for the great PR description! When this PR is ready for review, please apply the E2E results is available here (for debugging purposes): https://jetpack-e2e-dashboard.herokuapp.com/pr-16691 Scheduled Jetpack release: September 1, 2020. |
1d800e5 to
e4a6f48
Compare
e4a6f48 to
894aa2e
Compare
kbrown9
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested this, and everything was fine.
I searched WPDirectory for other plugins using 'xmlrpc_async_call', and it found Jetpack and Slim Jetpack, which implements its own Jetpack::xmlrpc_async_call. So, I think it's fine to deprecate this. If another plugin is using it, the method still works.
I added a few comments below.
Co-authored-by: Kim Brown <[email protected]>
Co-authored-by: Kim Brown <[email protected]>
|
Sorry I missed the code freeze. But accepted Kim's changes and I think this is good to go now! |
kbrown9
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Co-authored-by: Kim Brown <[email protected]>
|
Cherry-picked to |
Co-authored-by: Kim Brown <[email protected]>
This method was replaced with a more complete class in #16674
Its usage was replaced in
Now it's no longer used and should be deprecated, especially because we don't want to use
JETPACK_MASTER_USERtoken anymore.Changes proposed in this Pull Request:
Jetpack product discussion
n/a
Does this pull request change what data or activity we track or use?
No
Testing instructions:
Proposed changelog entry for your changes: