Bulk_Upgrader_Skin::flush_output()
Flushes all output buffers.
Method of the class: Bulk_Upgrader_Skin{}
No Hooks.
Return
null
. Nothing (null).
Usage
$Bulk_Upgrader_Skin = new Bulk_Upgrader_Skin(); $Bulk_Upgrader_Skin->flush_output();
Changelog
Since 3.0.0 | Introduced. |
Bulk_Upgrader_Skin::flush_output() Bulk Upgrader Skin::flush output code WP 6.6.2
public function flush_output() { wp_ob_end_flush_all(); flush(); }