On this page
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();
}
Related
Uses
| Uses | Description |
|---|---|
| wp_ob_end_flush_all() wp-includes/functions.php | Flushes all output buffers for PHP 5.2. |
Used By
| Used By | Description |
|---|---|
| Bulk_Upgrader_Skin::before() wp-admin/includes/class-bulk-upgrader-skin.php | |
| Bulk_Upgrader_Skin::after() wp-admin/includes/class-bulk-upgrader-skin.php |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/bulk_upgrader_skin/flush_output