Bulk_Upgrader_Skin::flush_output() In this article Table of ContentsSource Related Changelog ↑ Back to top Flushes all output buffers. Source public function flush_output() { wp_ob_end_flush_all(); flush(); } View all references View on Trac View on GitHub Related UsesDescriptionwp_ob_end_flush_all()wp-includes/functions.phpFlushes all output buffers for PHP 5.2. Used byDescriptionBulk_Upgrader_Skin::before()wp-admin/includes/class-bulk-upgrader-skin.phpPerforms an action before a bulk update. Bulk_Upgrader_Skin::after()wp-admin/includes/class-bulk-upgrader-skin.phpPerforms an action following a bulk update. Changelog VersionDescription3.0.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.