Bulk_Upgrader_Skin::bulk_footer() WordPress Method
The Bulk_Upgrader_Skin::bulk_footer() method is used to display a message at the bottom of the page when upgrading multiple plugins or themes at once.
Bulk_Upgrader_Skin::bulk_footer() #
Source
File: wp-admin/includes/class-bulk-upgrader-skin.php
public function bulk_footer() { $this->feedback( 'skin_upgrade_end' ); }
Expand full source codeCollapse full source codeView on TracView on GitHub