This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

WP API Customizer

Description

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"}

Installation

  1. Upload the wp-api-customizer folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the Plugins menu in WordPress.
  3. Go to WP API Customizer option page.
  4. Set JSON attributes and custom field names.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“WP API Customizer” is open source software. The following people have contributed to this plugin.

Contributors

Translate “WP API Customizer” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

0.0.2

  • Fix a bug that WP API Customizer options are deleted unexpectedly
  • Solve conflicts with some plugins
  • Delete the data in the database when uninstalling WP API Customizer

0.0.1

  • Initial Release.