gpui_wait_for_payment

  1. Description
  2. Usage
  3. Parameters
  4. Since

Description

Wait for a payment gateway that supports delayed payments to capture the payment before generating the Unique ID.

Usage

Apply to all forms and fields.

add_filter( 'gpui_wait_for_payment', '__return_true' );

Apply to all fields for a specific form.

add_filter( 'gpui_wait_for_payment_123', '__return_true' );

Apply to a specific form and field.

add_filter( 'gpui_wait_for_payment_123_6', '__return_true' );

Parameters

  • $gpui_wait_for_payment bool

    Should GP Unique ID wait for payment before generating the Unique ID?

Since

This filter is available since Gravity Forms Unique ID 1.3.