Automatic_Upgrader_Skin::header()

Creates a new output buffer.


Source

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

public function header() {
	ob_start();
}

Top ↑

Changelog

Changelog
Version Description
3.7.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.