# hostinger/3.0.3/includes/Deactivator.php

Hostinger Tools, version 3.0.3. 11 lines.

- Page: https://pluginprobe.com/plugins/hostinger/3.0.3/code/includes/Deactivator.php
- Raw: https://pluginprobe.com/plugins/hostinger/3.0.3/raw/includes/Deactivator.php
- Modified: 2024-07-16T10:48:58+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.3/code/includes/Deactivator.php#L10-L20`.

```php
<?php

namespace Hostinger;

defined( 'ABSPATH' ) || exit;

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

```
