W3cubDocs

/WordPress

Bulk_Upgrader_Skin::flush_output()

Flushes all output buffers.

Source

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

Changelog

Version Description
3.0.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/bulk_upgrader_skin/flush_output