Automatic_Upgrader_Skin::header()

Creates a new output buffer.


Source

File: wp-admin/includes/class-automatic-upgrader-skin.php

	public function header() {
		ob_start();
	}

Changelog

Changelog
Version Description
3.7.0 Introduced.