gpasc_should_auto_load
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.