Bulk_Theme_Upgrader_Skin::before( string $title =  )

In this article

Performs an action before a bulk theme update.

Parameters

$titlestringoptional

Default:''

Source

public function before( $title = '' ) {
	parent::before( $this->theme_info->display( 'Name' ) );
}

Changelog

VersionDescription
3.0.0Introduced.

User Contributed Notes

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