Bulk_Plugin_Upgrader_Skin::before( string $title =  )

In this article

Performs an action before a bulk plugin update.

Parameters

$titlestringoptional

Default:''

Source

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

Changelog

VersionDescription
3.0.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.