WP_Customize_Manager::autosaved()
Gets whether data from a changeset’s autosaved revision should be loaded if it exists.
Description Description
See also See also
Return Return
(bool) Is using autosaved changeset revision.
Source Source
File: wp-includes/class-wp-customize-manager.php
public function autosaved() { return $this->autosaved; }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
4.9.0 | Introduced. |