Gets whether data from a changeset’s autosaved revision should be loaded if it exists.
Description
See also
Source
public function autosaved() {
return $this->autosaved;
}
Changelog
Version | Description |
---|---|
4.9.0 | Introduced. |
CARVIEW |
Gets whether data from a changeset’s autosaved revision should be loaded if it exists.
public function autosaved() {
return $this->autosaved;
}
Used by | Description |
---|---|
WP_Customize_Manager::changeset_data()wp-includes/class-wp-customize-manager.php | Gets changeset data. |
WP_Customize_Manager::customize_pane_settings()wp-includes/class-wp-customize-manager.php | Prints JavaScript settings for parent window. |
WP_Customize_Manager::customize_preview_settings()wp-includes/class-wp-customize-manager.php | Prints JavaScript settings for preview frame. |
Version | Description |
---|---|
4.9.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.