# hostinger/3.0.76/includes/Deactivator.php

Hostinger Tools, version 3.0.76. 11 lines.

- Page: https://pluginprobe.com/plugins/hostinger/3.0.76/code/includes/Deactivator.php
- Raw: https://pluginprobe.com/plugins/hostinger/3.0.76/raw/includes/Deactivator.php
- Modified: 2025-06-17T13:25:02+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/hostinger/3.0.76/code/includes/Deactivator.php#L10-L20`.

```php
<?php

namespace Hostinger;

defined( 'ABSPATH' ) || exit;

class Deactivator {
    public static function deactivate(): void {
    }
}

```
