Automatic_Upgrader_Skin::header()publicWP 3.7.0

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

public function header() {
	ob_start();
}