Title: REST API Meta Support
Author: Pericor
Published: <strong>26 במאי 2020</strong>
Last modified: 29 במאי 2020

---

חיפוש תוספים

![](https://ps.w.org/rest-api-meta-support/assets/banner-772x250.png?rev=2312004)

תוסף זה **לא נבדק ב-3 הגרסאות הראשיות האחרונות של וורדפרס**. ייתכן והתוסף כבר לא
מתוחזק או נתמך על ידי יוצריו, וייתכן שיהיו לו בעיות תאימות בגרסות וורדפרס עדכניות
יותר.

![](https://ps.w.org/rest-api-meta-support/assets/icon-256x256.png?rev=2312004)

# REST API Meta Support

 מאת [Pericor](https://profiles.wordpress.org/pericror/)

[הורדה](https://downloads.wordpress.org/plugin/rest-api-meta-support.zip)

 * [פרטים](https://he.wordpress.org/plugins/rest-api-meta-support/#description)
 * [סקירות](https://he.wordpress.org/plugins/rest-api-meta-support/#reviews)
 * [פיתוח](https://he.wordpress.org/plugins/rest-api-meta-support/#developers)

 [תמיכה](https://wordpress.org/support/plugin/rest-api-meta-support/)

## תיאור

Automatically stores the meta data from the `meta` field of a wordpress REST API
posts ([/wp-json/wp/v2/posts](https://developer.wordpress.org/rest-api/reference/posts/#create-a-post))
or pages ([/wp-json/wp/v2/pages](https://developer.wordpress.org/rest-api/reference/pages/#create-a-page))
POST in the meta data associated with the created page or post using [update_post_meta](https://developer.wordpress.org/reference/functions/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.](https://www.pericror.com/software/generating-pages-posts-plugins-using-wordpress-rest-api/)

Inspired as a broader alternative to [wp-api-yoast-meta.](https://github.com/ChazUK/wp-api-yoast-meta)

Compatible with the [wordpress rest api version 2.](http://v2.wp-api.org/)

## סקירות

![](https://secure.gravatar.com/avatar/6dd2a2c436061fc79f1a208dffdbf332e809c8e12513577a2dfc14b186750254?
s=60&d=retro&r=g)

### 󠀁[Excellent plugin](https://wordpress.org/support/topic/excellent-plugin-6522/)󠁿

 [mortgageyields](https://profiles.wordpress.org/mortgageyields/) 30 בנובמבר 2020

Worked immediately upon activation.

![](https://secure.gravatar.com/avatar/c8537f9af755aca2782390991805328488b5df55664920a9bb75da1feef92c1c?
s=60&d=retro&r=g)

### 󠀁[Works as Described](https://wordpress.org/support/topic/works-as-described-262/)󠁿

 [Pericor](https://profiles.wordpress.org/pericror/) 13 ביוני 2020

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.

 [ קראו את כל 2 הסקירות ](https://wordpress.org/support/plugin/rest-api-meta-support/reviews/)

## מפתחים

"REST API Meta Support" הוא תוסף קוד פתוח. האנשים הבאים תרמו ליצירת התוסף הזה.

תורמים

 *   [ Pericor ](https://profiles.wordpress.org/pericror/)

[ניתן לתרגם את "REST API Meta Support" לשפה שלך.](https://translate.wordpress.org/projects/wp-plugins/rest-api-meta-support)

### מעוניינים בפיתוח?

[עיינו בקוד](https://plugins.trac.wordpress.org/browser/rest-api-meta-support/),
ראו את הקוד ב-[SVN repository](https://plugins.svn.wordpress.org/rest-api-meta-support/),
או הירשמו ל[לוג פיתוח](https://plugins.trac.wordpress.org/log/rest-api-meta-support/)
באמצעות [RSS](https://plugins.trac.wordpress.org/log/rest-api-meta-support/?limit=100&mode=stop_on_copy&format=rss).

## שינויים

#### 1.0

 * Initial Release

## מטא

 *  גרסה: **1.0.0**
 *  Last updated **לפני 6 שנים**
 *  Active installations **6,000+**
 *  WordPress version ** 1.0 ומעלה **
 *  Tested up to **5.4.23**
 *  PHP version ** 7.0 ומעלה **
 *  שפה
 * [English (US)](https://wordpress.org/plugins/rest-api-meta-support/)
 * Tags
 * [meta](https://he.wordpress.org/plugins/tags/meta/)[rest](https://he.wordpress.org/plugins/tags/rest/)
   [wp-api](https://he.wordpress.org/plugins/tags/wp-api/)
 *  [תצוגה מתקדמת](https://he.wordpress.org/plugins/rest-api-meta-support/advanced/)

## דרוגים

 5 out of 5 stars.

 *  [  2 5-star reviews     ](https://wordpress.org/support/plugin/rest-api-meta-support/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/rest-api-meta-support/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/rest-api-meta-support/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/rest-api-meta-support/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/rest-api-meta-support/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/rest-api-meta-support/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/rest-api-meta-support/reviews/)

## תורמים

 *   [ Pericor ](https://profiles.wordpress.org/pericror/)

## תמיכה

יש לך משהו לומר? זקוק לעזרה?

 [פורום תמיכה](https://wordpress.org/support/plugin/rest-api-meta-support/)

## תרומה

האם ברצונך לקדם את התוסף הזה?

 [ לתרום לתוסף זה ](https://www.pericror.com/payment/)