Browse
For agents
About
HTTP 410 (Gone) responses
/
0.2
HTTP 410 (Gone) responses
v0.2
Switch version
1.2.1
trunk
0.1
0.2
0.3
0.4
0.5
0.6
0.6.1
0.7
0.7.1
0.7.2
0.8.1
0.8.2
1.0.2
1.0.3
1.1.0
Overview
Code
wp-410
/
uninstall.php
uninstall.php
in HTTP 410 (Gone) responses 0.2, at uninstall.php
6 lines
164 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
if
(
!
defined
(
'
ABSPATH
'
)
&&
!
defined
(
'
WP_UNINSTALL_PLUGIN
'
)
)
3
exit
;
4
delete_option
(
'
wp_410_links_list
'
)
;
5
delete_option
(
'
wp_410_options_version
'
)
;
6
?
>