Bulk_Upgrader_Skin::flush_output()

In this article

Source

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

User Contributed Notes

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