Automatic_Upgrader_Skin::header() WordPress Method
The Automatic_Upgrader_Skin::header() method is used to display a header during the automatic upgrading process. This method is called by the Automatic_Upgrader::run() method.
Automatic_Upgrader_Skin::header() #
Creates a new output buffer.
Source
File: wp-admin/includes/class-automatic-upgrader-skin.php
public function header() { ob_start(); }
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
3.7.0 | Introduced. |