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

https://github.com/wpstore/cpt-person

WordPress Custom Post Type (CPT): Person [Bleeding; not for production!!!]
https://github.com/wpstore/cpt-person

Last synced: 2 months ago
JSON representation

WordPress Custom Post Type (CPT): Person [Bleeding; not for production!!!]

Awesome Lists containing this project

README

          

# Custom Post Type (CPT) 'Person'
__Provides a standardized Custom Post Type 'Person' plus metadata registered through CMB2, ACF__

## Changelog
* __0.2.0__ (2017-08-24)
* Rewrite to reduce complexity since this is a plugin providing structured data only
* Removed TGM
* Removed composer + composer autoloader
* __0.1.0__ (2015-02-26)
* Moved code to `WPStore\CPT` namespace
* Use Composer PSR-4 autoloader (for now)
* Testing [TGM-Plugin-Activation](https://github.com/thomasgriffin/TGM-Plugin-Activation) library to require ACF or CMB2
* __0.0.3__
* Activation: Check for `person` cpt to prevent conflicts
* __0.0.2__
* ADDED support for [CMB2](https://wordpress.org/plugins/cmb2/)
* FIXED support for [ACF](https://wordpress.org/plugins/advanced-custom-fields/)
* __0.0.1__
* Running prototype
* Register CPT `person`