gpasc_before_create_auto_save_resume_token
Description
Action that is fired beore an entry draft is auto-saved. This is undocumented and added for use in automated tests.
Usage
Applied globally
add_action( 'gpasc_before_create_auto_save_resume_token', 'my_custom_function' );Parameters
$form
array
The form that the draft was saved for.
$entry
array
The entry that was saved as a draft.