gpnf_submitted_nested_entries

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

Description

Allows you to alter a nested form’s submitted entries before they are displayed.

Usage

add_filter( 'gpnf_submitted_nested_entries', 'my_custom_function', 10, 3 );

Parameters

  • return_entries array

    Array of current submitted entries.

  • nested_form GP_Field_Nested_Form

    Nested Form object that the entries belong to.

  • display_values bool

    When true, array is a list of key=>values representing the entries. Otherwise, it’s an array of GPNF_Entry objects.

Since

This filter is available since GF Nested Forms 1.0-beta-8.57.