WP API Customizer

plugin banner

Make post meta data (custom field values) available for JSON REST API (WP API) when unauthenticated.

Author:Kite (profile at wordpress.org)
WordPress version required:4.0
WordPress version tested:4.1
Plugin version:0.0.2
Added to WordPress repository:19-09-2014
Last updated:17-01-2015
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:1
Plugin URI:https://github.com/ixkaito/wp-api-customizer
Total downloads:3 070
Active installs:30+
plugin download
Click to start download

Due to security/privacy concerns, JSON REST API (WP API) only allows post meta data (custom field value) for authenticated users. This plugin is an easy way to make post meta available when unauthenticated.

After activate the plugin, go to WP API Customizer option page. Click the plus icon to add rows. Set JSON attributes and custom field names in your posts that you want to use when unauthenticated. The JSON REST API will provide the data as "post_meta" like the following:

"post_meta":{"your_attribute_a":"Custom Field A value","your_attribute_b":"Custom Field B value"}

ChangeLog