gppa_bypass_populate_form

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

Description

Filter to bypass Populate Anything population. Useful for preventing dynamic population while running intensive batch processes that add/edit entries.

Usage

Apply to all forms.

add_filter( 'gppa_bypass_populate_form', '__return_true' );

Apply to a specific form.

add_filter( 'gppa_bypass_populate_form_FORMID', '__return_true' );

Parameters

  • bypass_population bool

    Whether to bypass population.

  • form array

    The current form.

  • ajax bool

    Whether the form is using AJAX.

  • field_values array

    The field values used during population.

  • entry array

    The current entry.

  • hydrate_values bool

    Whether to hydrate values.

Since

This filter is available since Gravity Forms Populate Anything 2.0.