do_action( 'wp_creating_autosave', array $new_autosave )
Fires before an autosave is stored.
Parameters
-
$new_autosave
array -
Post array - the autosave that is about to be saved.
Source
File: wp-admin/includes/post.php
.
View all references
do_action( 'wp_creating_autosave', $new_autosave );
Changelog
Version | Description |
---|---|
4.1.0 | Introduced. |