HEX
Server: Apache
System: Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux
User: u112693849 (10625425)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /homepages/35/d967185540/htdocs/clickandbuilds/CEU/wp-content/plugins/anything-popup/uninstall.php
<?php

if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
	exit();
}

delete_option('pop_id');
 
// for site options in Multisite
delete_site_option('pop_id');

global $wpdb;
$wpdb->query("DROP TABLE IF EXISTS {$wpdb->prefix}AnythingPopup");