do_action( 'wp_creating_autosave', array $new_autosave )
Fires before an autosave is stored.
Parameters
- $new_autosave
-
Post array
- the autosave that is about to be saved.
Source
Changelog
Version | Description |
---|---|
WP-4.1.0 | Introduced. |