Tags: rest, api, routes, endpoints, json
Requires at least: 4.8.1
Tested up to: 4.8.1
Stable tag: 2.0.0
License: MIT
License URI: https://opensource.org/licenses/MIT
Activate endpoints for custom post types that were registered by another plugin or theme.
This plugin allows you to quickly add REST API support by activating endpoints on custom post types that were registered by another plugin or theme. This can be useful if you don't have control or want to modify the plugin or theme that registered the custom post type.
- Painless REST API endpoint activation for custom post types that were registered by another plugin or theme.
- Lists your registered custom post types.
- Test the activated endpoint quickly and easily.
- Upload the
custom-rest-routes
directory to the/wp-content/plugins/
directory - Activate the plugin through the 'Plugins' menu in WordPress
- Click on the "REST Routes" menu item location under the Settings menu.
If you installed a plugin or theme that registered a custom content type for you without enabling it's REST API endpoint, then this plugin is for you!
Modifying a plugin or theme you did not write can be time consuming, and can lead to issues such as losing the ability to update the plugin.