gppa_field_has_posted_value

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

Description

Filter whether the posted value check should be considered true for a dynamically populated field.

Usage

add_filter( 'gppa_field_has_posted_value', 'my_custom_function' );

Do not consider posted value check for a dynamically populated field:

add_filter( 'gppa_field_has_posted_value', '__return_false' );

Parameters

  • has_posted_value bool

    Whether the field has a posted value (default logic).

  • field \GF_Field

    The current field.

  • field_values array

    The current field values.

Since

This filter is available since Gravity Forms Populate Anything 2.1.35.