You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This plugin provides a JSON version of the XML-RPC WordPress API.
== Description ==
This plugin provides a JSON version of the XML-RPC WordPress API.
This is a slightly modified version of [filosofo](http://profiles.wordpress.org/users/filosofo/)'s [WP JSON RPC API Plugin](http://wordpress.org/extend/plugins/wp-json-rpc-api/)
I removed the javascript includes, and stripped down the JSON RPC server to simply wrap WordPress' own XML RPC server.
== Installation ==
1. Upload the `wp-json-rpc` directory to your `/wp-content/plugins/` directory, or include `wp-json-rpc/wp-json-rpc-api.php` in one of your own plugins.
1. Activate it through the 'Plugins' menu in WordPress