gpnf_export_parent_entry_data_on_child_entry_rows

  1. Description
  2. Usage
  3. Parameters

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' );

Parameters

  • export_parent bool

    Should parent entry data be exported on child entry rows?

  • form array

    The parent form.

  • entry array

    The parent entry.