Bulk_Plugin_Upgrader_Skin::before() WordPress Method

The Bulk_Plugin_Upgrader_Skin class is used to upgrade multiple plugins at once. The before() method is called before any upgrades are performed.

Bulk_Plugin_Upgrader_Skin::before( string $title = '' ) #


Parameters

$title

(string)(Optional)

Default value: ''


Top ↑

Source

File: wp-admin/includes/class-bulk-plugin-upgrader-skin.php

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

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.