# hostinger/2.2.0/uninstall.php

Hostinger Tools, version 2.2.0. 9 lines.

- Page: https://pluginprobe.com/plugins/hostinger/2.2.0/code/uninstall.php
- Raw: https://pluginprobe.com/plugins/hostinger/2.2.0/raw/uninstall.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/2.2.0/code/uninstall.php#L10-L20`.

```php
<?php

defined( 'WP_UNINSTALL_PLUGIN' ) || exit;

global $wpdb;

/** Delete options */
$wpdb->query( "DELETE FROM $wpdb->options WHERE option_name LIKE 'hostinger\_%';" );

```
