# hostinger/2.0.7/includes/class-hostinger-deactivator.php

Hostinger Tools, version 2.0.7. 10 lines.

- Page: https://pluginprobe.com/plugins/hostinger/2.0.7/code/includes/class-hostinger-deactivator.php
- Raw: https://pluginprobe.com/plugins/hostinger/2.0.7/raw/includes/class-hostinger-deactivator.php
- Modified: 2024-02-13T07:57:12+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/2.0.7/code/includes/class-hostinger-deactivator.php#L10-L20`.

```php
<?php

defined( 'ABSPATH' ) || exit;

class Hostinger_Deactivator {
	public static function deactivate(): void {
		wp_clear_scheduled_hook( 'weekly_admin_surveys_event' );
	}
}

```
