Skip to content

A WordPress plugin that activates endpoints for custom post types on your website.

License

Notifications You must be signed in to change notification settings

alex-418/rest-endpoints

Repository files navigation

Rest Endpoints

Tags: rest, api, endpoints, json
Requires at least: 3.7
Tested up to: 4.7.2
Stable tag: 1.0
License: MIT
License URI: https://opensource.org/licenses/MIT

Activate endpoints for custom post types that were registered by another plugin or theme.

Description

This WordPress 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.

Overview of Features

  • 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.

Screenshots

1. The location of the settings page for this plugin.

The location of the settings page for this plugin.

2. The initial settings page with no endpoints activated.

The initial settings page with no endpoints activated.

3. After activating the endpoints you can test them by clicking the URL.

After activating the endpoints you can test them by clicking the URL.

Installation

  1. Upload rest-endpoints.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Click on the "REST EndPoints" menu item location under the Settings menu.

Frequently Asked Questions

Why do I need this plugin?

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!

Why wouldn't I just enable REST API support on the other plugin/theme?

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.

Changelog

1.0

  • Initial Release

About

A WordPress plugin that activates endpoints for custom post types on your website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages