gpnf_all_entries_nested_entry_markup
Description
Filter an individual entry’s markup when displayed using {all_fields}.
Usage
Filter the {all_fields} markup for all Nested Forms in a form.
add_filter( 'gpnf_all_entries_nested_entry_markup_FORMID', 'my_custom_function' );
Filter the {all_fields} markup for a specific Nested Form field.
add_filter( 'gpnf_all_entries_nested_entry_markup_FORMID_FIELDID', 'my_custom_function' );
Parameters
markup string
Entry markup.
nested_form_field \GP_Field_Nested_Form
Current Nested Form field.
nested_form array
Current nested form.
entry array
Child entry.
args array
Template args used to generate the entry markup.
Since
This filter is available since Gravity Forms Nested Forms 1.0.20.