Bulk_Upgrader_Skin::flush_output()

In this article

Flushes all output buffers.

Source

public function flush_output() {
	wp_ob_end_flush_all();
	flush();
}

Changelog

VersionDescription
3.0.0Introduced.

User Contributed Notes

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