gpnf_populated_entry

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

Description

Filter the entry that will be populated for editing in the nested form.

Usage

Apply to all Nested Form fields on all forms.

add_filter( 'gpnf_populated_entry', 'my_custom_function' );

Apply to all Nested Form fields on a specific form.

add_filter( 'gpnf_populated_entry_FORMID', 'my_custom_function' );

Apply to a specific Nested Form field on a specific form.

add_filter( 'gpnf_populated_entry_FORMID_FIELDID', 'my_custom_function' );

Parameters

  • entry array

    An array of entry data that has been prepared for population.

  • form array

    The form object of the nested form.

Since

This filter is available since Gravity Forms Nested Forms 1.0-beta-10.11.