Plugin info

Total downloads: 6,519
Active installs: 6,000
Total reviews: 2
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 5/29/2020 (2042 days ago)
Added to WordPress: 5/26/2020 (5 years old)
Minimum WordPress version: 1.0
Tested up to WordPress version: 5.4.18
Minimum PHP version: 7.0

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 2042 days ago • 2 reviews

22/100

Is REST API Meta Support abandoned?

Possibly abandoned (last update 2042 days ago).

Compatibility

Requires WordPress: 1.0
Tested up to: 5.4.18
Requires PHP: 7.0

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

ACF to REST API
Rating 4.9/5 (34 reviews)Active installs 30,000
WP API Yoast SEO
Rating 0.0/5 (0 reviews)Active installs 500
WP REST API Cache
Rating 3.4/5 (7 reviews)Active installs 300
WP Custom REST API Generator
Rating 4.5/5 (2 reviews)Active installs 60
REST Gutenberg
Rating 5.0/5 (1 reviews)Active installs 20
WP REST API Force SSL
Rating 5.0/5 (1 reviews)Active installs 10

Description

Automatically stores the meta data from the meta field of a wordpress REST API posts (/wp-json/wp/v2/posts) or pages (/wp-json/wp/v2/pages) POST in the meta data associated with the created page or post using update_post_meta. The key / value information sent in the REST POST ‘meta’ object field is stored as both ‘key’ and ‘_key’ to support different plugin formats.
For example, if trying to set the YOAST SEO Plugin values dynamically when creating a page from the REST API, you would simply add the fields to the meta field of the REST POST data when you POST the endpoint, and the plugin values will be added to the page:

{
...
  'meta': {
    'yoast_wpseo_title': "Title set from REST call"
    'yoast_wpseo_metadesc': "Meta description set from REST call"
  }
...
}

Use this plugin when dynamically creating pages with the WordPress REST API to support modifying plugin settings for pages/posts created using the REST API!

A guide on how to use this plugin to generate a page/post with plugins configured from the REST API is available at Pericror.

Inspired as a broader alternative to wp-api-yoast-meta.

Compatible with the wordpress rest api version 2.

Installation

No installation instructions available

Frequently Asked Questions

No FAQ available

Review feed

Pericor
6/13/2020

Works as Described

This plugin was developed and used to generate pages with a review plugin configured programatically using the rest API per page and works as described.

Screenshots

No screenshots available

Changelog

1.0

  • Initial Release