gcgs_clear_unmapped_columns_on_edit

  1. Description
  2. Usage
  3. Parameters
  4. Since

Description

Filters whether to clear unmapped columns on edit feed action.

Usage

Apply to all forms.

add_filter( 'gcgs_clear_unmapped_columns_on_edit', '__return_true' );

Apply to a specific form and feed ID.

add_filter( 'gcgs_clear_unmapped_columns_on_edit_FORMID_FEEDID', '__return_true' );

Parameters

  • clear_unmapped_columns bool

    Whether or not to clear unmapped columns on edit. Defaults to false.

  • form array

    The form being processed.

  • feed array

    The feed being processed.

Since

This filter is available since Gravity Forms Google Sheets 1.3.17.