v0.5.0
Pre-release
Pre-release
The plugin currently performs the following changes to the REST API:
- Registers a field,
ct_raw
, containing raw un-rendered post data, with shortcodes, to each post on/wp/v2/posts
- Registers a new endpoint
/centraltimes/v1/shortcodes
, which describes the internalshortcode_tags
global
variable. (
shortcode names are the keys) - Registers a new endpoint
/wp/v2/staff_profile
for the SNOstaff_profile
custom post type. - Registers post meta fields
jobtitle
,name
,schoolyear
,sno_deck
,staffposition
, andwriter
as keys under
eachstaff_profile
entry. - Registers custom taxonomies at the endpoints
/wp/v2/staff_year
and/wp/v2/staff_name
, forstaff_year
andstaff_name
respectively.