Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/).