Bulk_Upgrader_Skin::reset()
Resets the properties used in the update process.
Method of the class: Bulk_Upgrader_Skin{}
No Hooks.
Return
null
. Nothing (null).
Usage
$Bulk_Upgrader_Skin = new Bulk_Upgrader_Skin(); $Bulk_Upgrader_Skin->reset();
Changelog
Since 3.0.0 | Introduced. |
Bulk_Upgrader_Skin::reset() Bulk Upgrader Skin::reset code WP 6.6.2
public function reset() { $this->in_loop = false; $this->error = false; }