Browse
For agents
About
Filter Gallery
/
trunk
Filter Gallery
vtrunk
Switch version
1.1.5
1.1.4
1.1.3
1.1.2
trunk
0.0.1
0.0.2
0.0.3
0.0.4
0.0.5
0.0.6
0.0.7
0.0.8
0.0.9
0.1.0
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.1.7
0.1.8
0.1.9
0.2.0
All 28 releases
Overview
Code
filter-gallery
/
uninstall.php
uninstall.php
in Filter Gallery trunk, at uninstall.php
8 lines
178 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
'
)
)
exit
;
//
Exit if accessed directly
3
4
//
if uninstall.php is not called by WordPress, die
5
if
(
!
defined
(
'
WP_UNINSTALL_PLUGIN
'
)
)
{
6
die
;
7
}
8