File "uninstall-20260430075604.php"

Full Path: /home/ccipcixf/public_html/beta/wp-content/plugins/cookieadmin-pro/uninstall-20260430075604.php
File size: 333 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

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

global $wpdb;

delete_option('cookieadmin_pro_version');
delete_option('cookieadmin_version_free_nag');
delete_option('cookieadmin_version_pro_nag');
delete_option('cookieadmin_free_installed');

$wpdb->query("DROP TABLE IF EXISTS ".$wpdb->prefix . 'cookieadmin_consents');