Extends the WordPress XML-RPC API to allow for nearly every WordPress function to be used.
Updated! Fixed an issue that caused issues on certain configurations of newer versions of PHP. Please continue to contact me with any suggestions for improvements!
This plugin was made to make WordPress easier to integrate with external platforms and external code. While the existing WordPress XML-RPC API provides a lot of functionality, it does not provide everything. This plugin allows nearly every standard WordPress function to be called via API.
Here's some examples of things you can do with this plugin that you cannot do with WordPress' "out-of-the-box" XML-RPC API:
While some of these things are possible with the other APIs WordPress supports, it's a hassle to learn multiple API specs just to get something done. Now, if you know the WordPress function, you can call it with this extended API.
This plugin also lets you choose a Namespace for the extended API and enable/disable all of the functions it provides access to for security purposes. The plugin also ensures the user is valid before executing a WordPress command.
So how does it work? Easy, you simply execute an XML RPC request to WordPress as you always would, except the method you will always call is "callWpMethod". callWpMethod takes 4 arguments:
Warning: This is an advanced module. While it makes all functions accessible via the API, that doesn't mean it's necessarily recommended to leave all of this open. You will need to be a programmer to make effective use of this extension. Use at your own risk.
That said, have fun! Feel free to contact me if you have any questions or need support. Also, since this is a new project, I'm very open to suggestions for improvements or new features, so please let me know if you'd like to see anything added to this project.
Requires: 3.0 or higher
Compatible up to: 3.4.2
Last Updated: 2012-10-10
Downloads: 3,303
Got something to say? Need help?