# hostinger/1.8.2/uninstall.php

Hostinger Tools, version 1.8.2. 9 lines.

- Page: https://pluginprobe.com/plugins/hostinger/1.8.2/code/uninstall.php
- Raw: https://pluginprobe.com/plugins/hostinger/1.8.2/raw/uninstall.php
- Modified: 2023-11-16T09:23:10+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.2/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\_%';" );

```
