gpnf_submitted_nested_entries
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.