Automatic_Upgrader_Skin::headerpublicWP 3.7.0

Creates a new output buffer.

Method of the class: Automatic_Upgrader_Skin{}

No Hooks.

Returns

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() code WP 6.8.3

public function header() {
	ob_start();
}