Bulk_Plugin_Upgrader_Skin::afterpublicWP 3.0.0

Performs an action following a bulk plugin update.

Method of the class: Bulk_Plugin_Upgrader_Skin{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

Changelog

Since 3.0.0 Introduced.

Bulk_Plugin_Upgrader_Skin::after() code WP 6.8.1

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