Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evanherman/wp-rest-api-controller
WP REST API Controller allows you to control exposure of post types to the WP REST API using an admin interface. *Note:* WordPress 4.7 or later
https://github.com/evanherman/wp-rest-api-controller
hacktoberfest rest-api wordpress
Last synced: 25 days ago
JSON representation
WP REST API Controller allows you to control exposure of post types to the WP REST API using an admin interface. *Note:* WordPress 4.7 or later
- Host: GitHub
- URL: https://github.com/evanherman/wp-rest-api-controller
- Owner: EvanHerman
- License: gpl-2.0
- Created: 2016-06-28T23:37:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T13:48:58.000Z (almost 2 years ago)
- Last Synced: 2024-04-13T21:56:53.121Z (9 months ago)
- Topics: hacktoberfest, rest-api, wordpress
- Language: PHP
- Homepage:
- Size: 1.36 MB
- Stars: 17
- Watchers: 11
- Forks: 6
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.txt
- License: LICENSE
Awesome Lists containing this project
README
WP REST API Controller
Control post type and associated meta data exposure to the REST API. Say goodbye to manually enabling/disabling rest API endpoints via code, now you can use our dashboard interface to control exposure of your post types/taxonomies to the WP REST API.
**Features:**
* Enable/Disable REST API endpoints for post types and taxonomies.
* Enable/Disable post type/taxonomy meta data (add or remove meta fields from API requests).
* Rename post type/taxonomy base endpoints.
* Rename post type/taxonomy meta data names in API requests so they are more user friendly.
* Manipulate and control post types/taxonomies and their data created by third party plugins and themes.
* Granular control of API responses without writing a single line of PHP code.
* Filters included to alter and extend default functionality.
* Localized and ready for translations.This plugin has reached maturity and has been released to the [WordPress.org repository](https://wordpress.org/support/plugin/wp-rest-api-controller). Enjoy!
### Contributing
All pull requests welcome!
#### WP REST API Controller Settings:
![WP REST API Controller Settings Page](https://cldup.com/DVYcj6g3RO.png)
Important: As of December 6th, 2016 this plugin requires WordPress version 4.7, which has the WP REST API built into core. Prior versions of WordPress will no longer work with WP Rest API Controller version 1.3 or later. Please update your sites version of WordPress to 4.7 or later.
##### Filters
* `wp_rest_api_controller_rest_base`
* `wp_rest_api_controller_post_types`
* `wp_rest_api_controller_api_property_value`
* `wp_rest_api_controller_always_enabled_post_types`
* `wp_rest_api_controller_excluded_taxonomy_slugs`
* `wp_rest_api_controller_taxonomies`_________________
Originally built with ♥ by YIKES Inc. in Philadelphia, PA.
Now Maintained by Evan Herman in Lancaster, PA.