do_action( 'wp_creating_autosave', array $new_autosave )

Fires before an autosave is stored.


Description Description


Parameters Parameters

$new_autosave

(array) Post array - the autosave that is about to be saved.


Top ↑

Source Source

File: wp-admin/includes/post.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.1.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.