Title: Gravity Forms &#8211; Update Post
Author: Kevin Miller
Published: <strong>28 اپريل 2012</strong>
Last modified: 28 مَي 2012

---

پلگ انس ڳولھيو

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

ھي پلگ ان **WordPress جي جديد 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://snd.wordpress.org/plugins/gravity-forms-update-post/#description)
 * [جائزو](https://snd.wordpress.org/plugins/gravity-forms-update-post/#reviews)
 *  [تنصيب](https://snd.wordpress.org/plugins/gravity-forms-update-post/#installation)
 * [ترقي](https://snd.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

## ميٽا

 *  Version **0.5.3**
 *  Last updated **14 سالَ اڳ**
 *  Active installations **70+**
 *  WordPress version ** 2.9 يا وڌيڪ **
 *  Tested up to **3.3.2**
 *  Language
 * [English (US)](https://wordpress.org/plugins/gravity-forms-update-post/)
 * Tags
 * [edit](https://snd.wordpress.org/plugins/tags/edit/)[forms](https://snd.wordpress.org/plugins/tags/forms/)
   [GravityForms](https://snd.wordpress.org/plugins/tags/gravityforms/)[update](https://snd.wordpress.org/plugins/tags/update/)
 *  [ترقي يافته ڏيک](https://snd.wordpress.org/plugins/gravity-forms-update-post/advanced/)

## درجه بندي

No reviews have been submitted yet.

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

[See all reviews](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/)