Using Gravity Forms ‘gform_update_PROPERTY_NAME’ PHP action
This article explains how to use the `gform_update_PROPERTY_NAME` action hook in Gravity Forms to perform custom logic when updating entry properties
This article explains how to use the `gform_update_PROPERTY_NAME` action hook in Gravity Forms to perform custom logic when updating entry properties
The 'gform_web_api_capability_delete_entries' PHP filter in Gravity Forms allows developers to control permission levels for deleting entries via the API.
The `gform_rest_api_capability_delete_entries` PHP action in Gravity Forms allows developers to control the capability required to delete entries via the REST API v2 by modifying the `$capability` parameter. This can be…
The `deleted_blog` WordPress action is triggered after a site is deleted from a Multisite network. This article explains how to use this action to perform various tasks such as logging…
This tutorial explains how to use Gravity Forms Entry Automation to automatically delete entries older than one month using specific configurations.