Skip to content

bostondv/wp-api-meta-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Requires WP API Version 2.0 Beta 12 or higher.

Usage

Listing and Retrieving a Post

A meta field will be added to the response data containing an array of all post meta data.

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.

Listing and Retrieving a User

A meta field will be added to the response data containing an array of all user meta data.

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.

Deleting Meta Keys

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages