-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
20 lines (14 loc) · 811 Bytes
/
readme.txt
File metadata and controls
20 lines (14 loc) · 811 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
=== Plugin Name ===
Contributors: jeffstieler, filosofo
Tags: json rpc
Requires at least: 3.0
Tested up to: 3.1
Stable tag: 0.9.1
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