Bulk_Upgrader_Skin::footer() WordPress Method
The Bulk_Upgrader_Skin::footer() WordPress method is used to display a bulk upgrade process footer. This method is called by the Bulk_Upgrader::bulk_footer() method during the bulk upgrade process.
Bulk_Upgrader_Skin::footer() #
Contents
Source
File: wp-admin/includes/class-bulk-upgrader-skin.php
public function footer() { // Nothing, This will be displayed within a iframe. }
Expand full source codeCollapse full source codeView on TracView on GitHub