2017 © Pedro Peláez
 

wordpress-plugin wp-api-meta-data

Adds post and user meta data to WP REST API endpoints.

image

bostondv/wp-api-meta-data

Adds post and user meta data to WP REST API endpoints.

  • Tuesday, March 8, 2016
  • by bostondv
  • Repository
  • 1 Watchers
  • 2 Stars
  • 26 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

WP REST API Post and User Meta

A WordPress plugin that adds post and user meta data to the WP API endpoints. Supports getting and setting post and user meta., (*1)

Requires WP API Version 2.0 Beta 12 or higher., (*2)

Usage

Listing and Retrieving a Post

A meta field will be added to the response data containing an array of all post meta data., (*3)

Creating and Updating a Post

Add a meta object to the POST data of your request containing key / value pairs of the meta data you want to update or add. Response will contain the new meta data., (*4)

Listing and Retrieving a User

A meta field will be added to the response data containing an array of all user meta data., (*5)

Creating and Updating a User

Add a meta object to the POST data of your request containing key / value pairs of the meta data you want to update or add. Response will contain the new meta data., (*6)

Deleting Meta Keys

To delete a meta key entirely, send the key / value pair with a null value and that key will be deleted., (*7)

The Versions

08/03 2016

dev-master

9999999-dev https://github.com/bostondv/wp-api-meta-data

Adds post and user meta data to WP REST API endpoints.

  Sources   Download

MIT

The Requires

 

wordpress wp-api

08/03 2016

1.1.1

1.1.1.0 https://github.com/bostondv/wp-api-meta-data

Adds post and user meta data to WP REST API endpoints.

  Sources   Download

MIT

The Requires

 

wordpress wp-api

03/03 2016

1.1.0

1.1.0.0 https://github.com/bostondv/wp-api-meta-data

Adds post and user meta data to WP REST API endpoints.

  Sources   Download

MIT

The Requires

 

wordpress wp-api

29/02 2016

1.0.0

1.0.0.0 https://github.com/bostondv/wp-api-user-meta

Adds user meta data to WP-API user endpoints

  Sources   Download

MIT

The Requires

 

wordpress wp-api