gcgs_should_delete_google_sheets_row

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

Description

Disable Google Sheet row deletion when the “edit_rows” config option is enabled.

Usage

add_filter( 'gcgs_should_delete_google_sheets_row', '__return_true' );

Parameters

  • should_delete_sheet_row bool

    Whether or not the Google Sheet row should be deleted. Default is if the “edit_rows” config option value.

  • form array

    The current form.

  • feed array

    The current feed.

  • entry array

    The current entry.

Since

This filter is available since Gravity Forms Google Sheets 1.0-beta-1.5.