Automatic_Upgrader_Skin::header()
Creates a new output buffer.
Contents
Source
File: wp-admin/includes/class-automatic-upgrader-skin.php
.
View all references
public function header() {
ob_start();
}
Changelog
Version | Description |
---|---|
3.7.0 | Introduced. |