Browse
For agents
About
Siteimprove
/
trunk
Siteimprove
vtrunk
Switch version
trunk
1.0.0
1.1.0
1.2.0
1.2.1
1.3.0
1.3.1
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.0.8
2.1.0
2.1.1
2.1.2
2.1.3
Overview
Code
siteimprove
/
uninstall.php
uninstall.php
in Siteimprove trunk, at uninstall.php
11 lines
138 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 this file is called directly, abort.
4
*
5
*
@package
Siteimprove
6
*/
7
8
if
(
!
defined
(
'
WP_UNINSTALL_PLUGIN
'
)
)
{
9
exit
;
10
}
11