Browse
For agents
About
WPWaterMark 轻水印插件
/
trunk
WPWaterMark 轻水印插件
vtrunk
Switch version
5.2.4
5.2.2
5.2.1
5.1.7
5.1.6
trunk
4.3
5.0.0
5.0.1
5.1.2
5.1.3
5.1.4
5.1.5
Overview
Code
wpwatermark
/
uninstall.php
uninstall.php
in WPWaterMark 轻水印插件 trunk, at uninstall.php
6 lines
97 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
(
'
WP_UNINSTALL_PLUGIN
'
)
)
{
3
exit
(
)
;
4
}
5
delete_option
(
'
wpwatermark_options
'
)
;
6