| 1 |
<?php |
| 2 |
|
| 3 |
// if uninstall.php is not called by WordPress, die |
| 4 |
if(!defined('WP_UNINSTALL_PLUGIN')){ |
| 5 |
die; |
| 6 |
} |
| 7 |
|
| 8 |
// Deleting options |
| 9 |
delete_option('cookieadmin_version'); |
| 10 |
delete_option('cookieadmin_law'); |
| 11 |
delete_option('cookieadmin_scan'); |
| 12 |
delete_option('cookieadmin_settings'); |
| 13 |
delete_option('cookieadmin_consent_settings'); |