Bulk_Upgrader_Skin::flush_output()


Source

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

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


Top ↑

User Contributed Notes

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