Bulk_Upgrader_Skin::reset()

In this article

Resets the properties used in the update process.

Source

public function reset() {
	$this->in_loop = false;
	$this->error   = false;
}

Changelog

VersionDescription
3.0.0Introduced.

User Contributed Notes

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