-
Notifications
You must be signed in to change notification settings - Fork 846
Convert Jetpack_XMLRPC_Server to a classmapped package #12568
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
Convert Jetpack_XMLRPC_Server to a classmapped package #12568
Conversation
|
Thank you for the great PR description! When this PR is ready for review, please apply the Scheduled Jetpack release: July 2, 2019. |
|
I don't think this is the right approach. Rather than a package that provides all the XML-RPC methods, we should have a package that makes it easy to register XML-RPC methods: Then this package wouldn't have to worry about any dependencies of its own. |
6199c08 to
8e0ceb4
Compare
|
I think we can hold off on this until #12630 settles. It may be this PR isn't needed. |
lezama
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.
why not
|
hmm, merged to the wrong branch, @dereksmart @jeherve shouldn't we delete |
Fixes #12538
Changes proposed in this Pull Request:
class.jetpack-xmlrpc-server.phptopackages/xmlrpc-server.Is this a new feature or does it add/remove features to an existing part of Jetpack?
N/A
Testing instructions:
phpunit --filter=WP_Test_Jetpack_XMLRPC_ServerProposed changelog entry for your changes:
None required.
TODO
JetpackTracking,Jetpack_Options,Jetpack,Jetpack_Error,Jetpack_Client_Server,Jetpack_IXR_Client,WP_Error,IXR_Error,Jetpack_Data,WPCOM_JSON_API, …?)