=== Disable JSON API === Contributors: dmchale Tags: admin, api, json, REST, rest-api, disable Requires at least: 4.0 Tested up to: 4.5 Stable tag: 1.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Uses the built-in filters of the JSON REST API to disable its functionality. == Description == ** Now supporting the 1.x API, the 2.x beta API, and the API features found in WP Core since v4.4 ** The JSON REST API is currently in development via the [JSON REST API](https://wordpress.org/plugins/json-rest-api/) plugin by Ryan McCue. The engine for the API exists in WordPress as of v4.4, but additional functionality and working endpoints are still in development. While this is very exciting news for many reasons, it is also not functionality that every site admin is going to want enabled on their website. Similar to other plugins which already disable the XML-RPC protocol, this plugin looks to make your life simple by allowing you to disable the JSON REST API simply by installing and activating this plugin. You can install this plugin now to ensure that your site will not support the JSON REST API as it exists in its current state. This plugin simply uses two filters that are built into the API which turn off support for JSON and JSONP, respectively. Nothing is done which is not intended by the API author(s). == Installation == 1. Upload the `disable-json-api` directory to the `/wp-content/plugins/` directory via FTP 1. Alternatively, upload the `disable-json-api_v#.#.zip` file to the 'Plugins->Add New' page in your WordPress admin area 1. Activate the plugin through the 'Plugins' menu in WordPress == Frequently Asked Questions == = Is this plugin compatible with __insert other REST API plugin here__? = This plugin ONLY uses the filters built into the official WordPress REST API meant for disabling its functionality. So long as your other REST API does not also use those filters to allow itself to be disabled (and it shouldn't), you should be safe. == Screenshots == 1. The JSON returned by a website that is protected by this plugin. == Changelog == = 1.2 = * Tested for WP v4.5 * Removal of actions which publish REST info to the head and header = 1.1 = * Updated to support the new filters created in the 2.0 beta API = 1.0 = * Initial Release == Upgrade Notice == = 1.1 = * Now with support for the 2.0 beta API filters = 1.0 = * Initial Release