Bulk_Upgrader_Skin::flush_output()


Description Description


Source Source

File: wp-admin/includes/class-bulk-upgrader-skin.php

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


Top ↑

User Contributed Notes User Contributed Notes

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