Title: Gravity Forms &#8211; Update Post
Author: Kevin Miller
Published: <strong>2012년 4월 28일</strong>
Last modified: 2012년 5월 28일

---

플러그인 검색

![](https://ps.w.org/gravity-forms-update-post/assets/banner-772x250.png?rev=537833)

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

![](https://s.w.org/plugins/geopattern-icon/gravity-forms-update-post_68a432.svg)

# Gravity Forms – Update Post

 작성자: [Kevin Miller](https://profiles.wordpress.org/p51labs/)

[다운로드](https://downloads.wordpress.org/plugin/gravity-forms-update-post.0.5.3.zip)

 * [세부사항](https://ko.wordpress.org/plugins/gravity-forms-update-post/#description)
 * [평가](https://ko.wordpress.org/plugins/gravity-forms-update-post/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/gravity-forms-update-post/#installation)
 * [개발](https://ko.wordpress.org/plugins/gravity-forms-update-post/#developers)

 [지원](https://wordpress.org/support/plugin/gravity-forms-update-post/)

## 설명

Update or Delete Posts, Pages or Custom Post Types with Gravity Forms. Through a
variety of filters the form can be restricted to the author, use custom permissions,
take advantage of conditional fields, disable entries, override post status and 
more!

**NOTE: This is the first official release, test with your own data and if something
doesn’t work as expected send bugs to support@p51labs.com**

## 설치

 1. Upload the folder to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress

## FAQ

  How do I use it?

Simply embed a post form into a page with Gravity Forms and them pass a post id 
to the page via ‘gform_post_id’.

  Does it respect Capabilities

Yes.

  Will it save custom fields as unique

Yes, there is a checkbox you can check on each custom field you add to the form 
to have the field saved as unique.

  Are there any filters/options?

Yes, see the readme.txt file for example of hooks and filters that can be used

Use the default status of the post being edited
 function gform_update_post_status(
$status, $form) { return ‘inherit’; } add_filter(‘gform_update_post_status’, ‘gform_update_post_status’,
10, 2);

Disable Entries
 function gform_update_post_entries($status, $form) { return false;}
add_filter(‘gform_update_post_entries’, ‘gform_update_post_entries’, 10, 2);

Change the options for the plugin
 function gform_update_post_id($id) { $options[‘
request_id’] = ‘gform_post_id_special’;

    ```
      return $options;
    }
    add_filter('gform_update_post_id', 'gform_update_post_id');
    ```

Update Delete Button
 function gform_update_post_delete_button($button, $form) {
return ‘

‘ . $button . ‘

‘;
 } add_filter(‘gform_update_post_delete_button’, ‘gform_update_post_delete_button’,
10, 2);

Change the delete confirmation
 function gform_update_post_confirmation_delete($
confirmation) { return __(‘Ack, you deleted it… haha!’); } add_filter(‘gform_update_post_confirmation_delete’,‘
gform_update_post_confirmation_delete’, 10, 2);

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“Gravity Forms – Update Post”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 
이 플러그인에 기여하였습니다.

기여자

 *   [ Kevin Miller ](https://profiles.wordpress.org/p51labs/)

[자국어로 “Gravity Forms – Update Post”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/gravity-forms-update-post)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/gravity-forms-update-post/)
는, [SVN 저장소](https://plugins.svn.wordpress.org/gravity-forms-update-post/)를
확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/gravity-forms-update-post/)
을 [RSS](https://plugins.trac.wordpress.org/log/gravity-forms-update-post/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 0.5.3

 * Custom Meta Fix

#### 0.5.2

 * Added banner-772×250.png

#### 0.5.1

 * Updated the FAQ on the readme.txt

#### 0.5

 * Initial Build

## 기초

 *  버전 **0.5.3**
 *  최근 업데이트: **14년 전**
 *  활성화된 설치 **70+**
 *  워드프레스 버전 ** 2.9 또는 그 이상 **
 *  다음까지 시험됨: **3.3.2**
 *  언어
 * [English (US)](https://wordpress.org/plugins/gravity-forms-update-post/)
 * 태그:
 * [edit](https://ko.wordpress.org/plugins/tags/edit/)[forms](https://ko.wordpress.org/plugins/tags/forms/)
   [GravityForms](https://ko.wordpress.org/plugins/tags/gravityforms/)[update](https://ko.wordpress.org/plugins/tags/update/)
 *  [고급 보기](https://ko.wordpress.org/plugins/gravity-forms-update-post/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

[Your review](https://wordpress.org/support/plugin/gravity-forms-update-post/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/gravity-forms-update-post/reviews/)

## 기여자

 *   [ Kevin Miller ](https://profiles.wordpress.org/p51labs/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/gravity-forms-update-post/)

## 기부

이 플러그인이 발전하도록 도우시겠습니까?

 [ 이 플러그인에 기부하기 ](http://p51labs.com/)