gpasc_should_auto_load

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

Description

Allows you to skip auto loading a draft entry for a given form or globally for all forms.

Usage

Filter whether all forms should auto-load the last draft.

add_filter( 'gpasc_should_auto_load', '__return_false' );

Filter whether a specific form should auto-load the last draft.

add_filter( 'gpasc_should_auto_load_FORMID', '__return_false' );

Parameters

  • should_auto_load bool

    Whether or not to auto load a draft entry. (The default come from the current form’s “Enable Auto Save and Load” setting).

  • form array

    The current form.

Since

This filter is available since Gravity Forms Advanced Save & Continue 1.0-beta-1.3.