Fires before an autosave is stored.
Parameters
$new_autosave
array- Post array – the autosave that is about to be saved.
$is_update
bool- Whether this is an existing autosave.
Source
do_action( 'wp_creating_autosave', $new_autosave, true );
Fires before an autosave is stored.
$new_autosave
array$is_update
booldo_action( 'wp_creating_autosave', $new_autosave, true );
User Contributed Notes
You must log in before being able to contribute a note or feedback.