Bulk_Upgrader_Skin::bulk_footerpublicWP 3.0.0

Displays the footer following the bulk 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->bulk_footer();

Changelog

Since 3.0.0 Introduced.

Bulk_Upgrader_Skin::bulk_footer() code WP 6.8.3

public function bulk_footer() {
	$this->feedback( 'skin_upgrade_end' );
}