Bulk_Upgrader_Skin::bulk_header()publicWP 3.0.0

Displays the header before the bulk update process.

Method of the class: Bulk_Upgrader_Skin{}

No Hooks.

Return

null. Nothing (null).

Usage

$Bulk_Upgrader_Skin = new Bulk_Upgrader_Skin();
$Bulk_Upgrader_Skin->bulk_header();

Changelog

Since 3.0.0 Introduced.

Bulk_Upgrader_Skin::bulk_header() code WP 6.6.2

public function bulk_header() {
	$this->feedback( 'skin_upgrade_start' );
}