You appear to be a bot. Output may be restricted
Description
Creates a new output buffer.
Usage
Automatic_Upgrader_Skin::header();
Parameters
Returns
void
Source
File name: wordpress/wp-admin/includes/class-automatic-upgrader-skin.php
Lines:
1 to 3 of 3
public function header() {
ob_start();
}
View on GitHub View on Trac