# hostinger/1.8.3/includes/class-hostinger-activator.php

Hostinger Tools, version 1.8.3. 12 lines.

- Page: https://pluginprobe.com/plugins/hostinger/1.8.3/code/includes/class-hostinger-activator.php
- Raw: https://pluginprobe.com/plugins/hostinger/1.8.3/raw/includes/class-hostinger-activator.php
- Modified: 2023-11-16T10:57:34+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/1.8.3/code/includes/class-hostinger-activator.php#L10-L20`.

```php
<?php

defined( 'ABSPATH' ) || exit;

class Hostinger_Activator {
	public static function activate(): void {
		require_once HOSTINGER_ABSPATH . 'includes/class-hostinger-default-options.php';
		$options = new Hostinger_Default_Options();
		$options->add_options();
	}
}

```
