W3cubDocs

/WordPress

Bulk_Plugin_Upgrader_Skin::before( string $title = )

Performs an action before a bulk plugin update.

Parameters

$titlestringoptional

Default:''

Source

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

Changelog

Version Description
3.0.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/bulk_plugin_upgrader_skin/before