# patchstack/2.1.3/includes/skin.php

Patchstack – WordPress &amp; Plugins Security, version 2.1.3. 20 lines.

- Page: https://pluginprobe.com/plugins/patchstack/2.1.3/code/includes/skin.php
- Raw: https://pluginprobe.com/plugins/patchstack/2.1.3/raw/includes/skin.php
- Modified: 2021-11-01T08:59:56+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/patchstack/2.1.3/code/includes/skin.php#L10-L20`.

```php
<?php

// Do not allow the file to be called directly.
if (!defined('ABSPATH')) {
	exit;
}

include_once( ABSPATH . 'wp-admin/includes/class-wp-upgrader.php' );

/**
 * This class is used to activate and deactivate the plugin.
 * Additionally, we use it to run migrations.
 */
class W_Skin extends WP_Upgrader_Skin {
    public function feedback($string, ...$args)
    {

    }
}

```
