Bulk_Plugin_Upgrader_Skin::after( string $title =  )

In this article

Parameters

$titlestringoptional

Default:''

Source

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

User Contributed Notes

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