Bulk_Theme_Upgrader_Skin::before( string $title = '' )


Description Description


Parameters Parameters

$title

(string) (Optional)

Default value: ''


Top ↑

Source Source

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

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


Top ↑

User Contributed Notes User Contributed Notes

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