Bulk_Upgrader_Skin::flush_output()
Contents
Source Source
File: wp-admin/includes/class-bulk-upgrader-skin.php
public function flush_output() { wp_ob_end_flush_all(); flush(); }
Expand full source code Collapse full source code View on Trac
File: wp-admin/includes/class-bulk-upgrader-skin.php
public function flush_output() { wp_ob_end_flush_all(); flush(); }
Expand full source code Collapse full source code View on Trac
Uses | Description |
---|---|
wp-includes/functions.php: wp_ob_end_flush_all() |
Flush all output buffers for PHP 5.2. |
Used By | Description |
---|---|
wp-admin/includes/class-bulk-upgrader-skin.php: Bulk_Upgrader_Skin::before() | |
wp-admin/includes/class-bulk-upgrader-skin.php: Bulk_Upgrader_Skin::after() |
Code is Poetry.