Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peterupfold/tvs-rest-support-for-custom-post-types
Adds support for several WordPress custom post types used for our REST API purposes
https://github.com/peterupfold/tvs-rest-support-for-custom-post-types
Last synced: 20 days ago
JSON representation
Adds support for several WordPress custom post types used for our REST API purposes
- Host: GitHub
- URL: https://github.com/peterupfold/tvs-rest-support-for-custom-post-types
- Owner: PeterUpfold
- License: gpl-2.0
- Created: 2017-09-19T09:31:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-17T15:04:54.000Z (about 5 years ago)
- Last Synced: 2024-11-08T09:51:04.842Z (2 months ago)
- Language: PHP
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
TVS REST Support for Custom Post Types
======================================This plugin adds support for several custom post types used by our WordPress install "The Hub". It also
resolves the issue where private posts of these custom post types cannot be queried through the REST API,
even when the user account in question has the appropriate permissions. This is achieved through a custom
REST controller for these post types.## Licence
This software is licensed under the [GNU General Public License, version 2](https://www.gnu.org/licenses/gpl-2.0.html). Derivatives of WordPress code, such as WordPress plugins, [must be made available under this licence](https://wordpress.org/about/license/).