Title: REST API Meta Support
Author: Pericor
Published: <strong>2020년 5월 26일</strong>
Last modified: 2020년 5월 29일

---

플러그인 검색

![](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://ko.wordpress.org/plugins/rest-api-meta-support/#description)
 * [평가](https://ko.wordpress.org/plugins/rest-api-meta-support/#reviews)
 * [개발](https://ko.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/) 2020년 11월 30
일

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/) 2020년 6월 13일

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 저장소](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**
 *  최근 업데이트: **6년 전**
 *  활성화된 설치 **6,000+**
 *  워드프레스 버전 ** 1.0 또는 그 이상 **
 *  다음까지 시험됨: **5.4.21**
 *  PHP 버전 ** 7.0 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/rest-api-meta-support/)
 * 태그:
 * [meta](https://ko.wordpress.org/plugins/tags/meta/)[rest](https://ko.wordpress.org/plugins/tags/rest/)
   [wp-api](https://ko.wordpress.org/plugins/tags/wp-api/)
 *  [고급 보기](https://ko.wordpress.org/plugins/rest-api-meta-support/advanced/)

## 평점

 별 5점 만점에 5점.

 *  [  2/5-별점 후기     ](https://wordpress.org/support/plugin/rest-api-meta-support/reviews/?filter=5)
 *  [  0/4-별점 후기     ](https://wordpress.org/support/plugin/rest-api-meta-support/reviews/?filter=4)
 *  [  0/3-별점 후기     ](https://wordpress.org/support/plugin/rest-api-meta-support/reviews/?filter=3)
 *  [  0/2-별점 후기     ](https://wordpress.org/support/plugin/rest-api-meta-support/reviews/?filter=2)
 *  [  0/1-별점 후기     ](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)

[모든  리뷰 보기](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/)