WP_Customize_Manager::autosaved(): bool

Gets whether data from a changeset’s autosaved revision should be loaded if it exists.

Description

See also

Return

bool Is using autosaved changeset revision.

Source

public function autosaved() {
	return $this->autosaved;
}

Changelog

VersionDescription
4.9.0Introduced.

User Contributed Notes

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