gpnf_export_parent_entry_data_on_child_entry_rows
Description
Enable the output of parent entry data on child entry rows.
If you would like to include parent entry data on child entry rows and exclude parent entry rows from the export, see the gpnf_export_parent_entry_row filter.
Usage
Apply to all parent forms.
add_filter( 'gpnf_export_parent_entry_data_on_child_entry_rows', '__return_true' );
Apply to a specific parent form.
add_filter( 'gpnf_export_parent_entry_data_on_child_entry_rows_FORMID', '__return_true' );