Bulk_Plugin_Upgrader_Skin::before()publicWP 3.0.0

Performs an action before a bulk plugin update.

Method of the class: Bulk_Plugin_Upgrader_Skin{}

No Hooks.

Return

null. Nothing (null).

Usage

$Bulk_Plugin_Upgrader_Skin = new Bulk_Plugin_Upgrader_Skin();
$Bulk_Plugin_Upgrader_Skin->before( $title );
$title(string)
-
Default: ''

Changelog

Since 3.0.0 Introduced.

Bulk_Plugin_Upgrader_Skin::before() code WP 6.8

public function before( $title = '' ) {
	parent::before( $this->plugin_info['Title'] );
}