Bulk_Upgrader_Skin::footer
Displays the footer following the update process.
Method of the class: Bulk_Upgrader_Skin{}
No Hooks.
Returns
null. Nothing (null).
Usage
$Bulk_Upgrader_Skin = new Bulk_Upgrader_Skin(); $Bulk_Upgrader_Skin->footer();
Changelog
| Since 3.0.0 | Introduced. |
Bulk_Upgrader_Skin::footer() Bulk Upgrader Skin::footer code WP 7.0
public function footer() {
// Nothing. This will be displayed within an iframe.
}