# hostinger/3.0.13/includes/Deactivator.php

Hostinger Tools, version 3.0.13. 11 lines.

- Page: https://pluginprobe.com/plugins/hostinger/3.0.13/code/includes/Deactivator.php
- Raw: https://pluginprobe.com/plugins/hostinger/3.0.13/raw/includes/Deactivator.php
- Modified: 2024-04-15T13:46:16+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.13/code/includes/Deactivator.php#L10-L20`.

```php
<?php

namespace Hostinger;

defined( 'ABSPATH' ) || exit;

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

```
