Browse
For agents
About
CookieAdmin – Cookie Consent Banner
/
1.0.2
CookieAdmin – Cookie Consent Banner
v1.0.2
Switch version
1.2.3
1.2.2
1.2.1
1.2.0
1.1.9
trunk
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.7
1.0.8
1.0.9
1.1.0
1.1.1
1.1.2
1.1.3
1.1.4
1.1.5
1.1.6
1.1.7
1.1.8
Overview
Code
cookieadmin
/
uninstall.php
uninstall.php
in CookieAdmin – Cookie Consent Banner 1.0.2, at uninstall.php
13 lines
270 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
2
3
if
(
!
defined
(
'
WP_UNINSTALL_PLUGIN
'
)
)
{
4
exit
;
5
}
6
7
global
$
wpdb
;
8
9
delete_option
(
'
cookieadmin_version
'
)
;
10
delete_option
(
'
cookieadmin_law
'
)
;
11
delete_option
(
'
cookieadmin_consent_settings
'
)
;
12
13
$
wpdb
->
query
(
"
DROP TABLE IF EXISTS
"
.
$
wpdb
->
prefix
.
'
cookieadmin_cookies
'
)
;