gppa_hydrated_field

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

Description

Filter the field object after it has been hydrated.

Usage

Apply to all fields on all forms.

add_filter( 'gppa_hydrated_field', 'my_custom_function' );

Apply to all fields on a specific form.

add_filter( 'gppa_hydrated_field_FORMID', 'my_custom_function' );

Apply to a specific field on a specific form.

add_filter( 'gppa_hydrated_field_FORMID_FIELDID', 'my_custom_function' );

Parameters

  • field \GF_Field

    The field object that has been hydrated.

  • form array

    The current form object to which the hydrated field belongs.

Since

This filter is available since Gravity Forms Populate Anything 1.0-beta-4.166.