Automatic_Upgrader_Skin::header()
Creates a new output buffer.
Method of the class: Automatic_Upgrader_Skin{}
No Hooks.
Return
null
. Nothing (null).
Usage
$Automatic_Upgrader_Skin = new Automatic_Upgrader_Skin(); $Automatic_Upgrader_Skin->header();
Changelog
Since 3.7.0 | Introduced. |
Automatic_Upgrader_Skin::header() Automatic Upgrader Skin::header code WP 6.6.2
public function header() { ob_start(); }