Description
Disable the addition of child form fields to the parent form export settings.
Usage
add_filter( 'gpnf_disable_export_fields', '__return_true' );
Parameters
$disable_export_fields bool
Indicate whether child fields of a Nested Form field should be available to export when exporting parent form entries. Defaults to
false
.