Learn how to use the Gravity Forms `gform_is_delayed_pre_process_feed` PHP filter to delay feed processing for Add-On Framework based add-ons. Discover usage, parameters, examples, and more with this guide.
The `gform_payment_methods` Gravity Forms PHP action allows developers to add alternative payment methods to the `Card` field by utilizing the `$payment_methods` parameter in conjunction with the `add_filter()` function
Learn how to use the Gravity Forms `gform_is_encrypted_field` PHP filter to determine if an entry field is stored encrypted. Customize the default behavior of decrypting fields that have been encrypted…
The gform_post_category_args PHP filter in Gravity Forms allows developers to modify the category parameters before they are passed to WordPress when a form is submitted. This powerful feature can be…
Using Gravity Forms `gform_polls_cron` PHP action allows you to perform additional tasks after the poll results gathering cron job is finished. Learn how to use this action and its examples…
Learn how to use the Gravity Forms `gform_paypal_pre_ipn` PHP filter to cancel or modify IPN processing for your forms in WordPress. Discover examples with code snippets and understand how to…
Learn how to use the 'gform_paypalpaymentspro_args_before_payment' PHP filter in Gravity Forms to modify product transaction arguments before sending them to PayPal.Add new parameter, map billing address to shipping address, and…