WP_Customize_Manager::changeset_uuid(): string

Gets the changeset UUID.

Description

See also

Return

string UUID.

Source

public function changeset_uuid() {
	if ( empty( $this->_changeset_uuid ) ) {
		$this->establish_loaded_changeset();
	}
	return $this->_changeset_uuid;
}

Changelog

VersionDescription
4.7.0Introduced.

User Contributed Notes

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