WP_Upgrader_Skin::bulk_footer() WordPress Method
The WP_Upgrader_Skin::bulk_footer() method is used to output the HTML markup for the footer of a bulk upgrade page. This method is called by the WP_Upgrader::bulk_footer() method.
WP_Upgrader_Skin::bulk_footer() #
Source
File: wp-admin/includes/class-wp-upgrader-skin.php
public function bulk_footer() {}
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |