Browse
For agents
About
Fable Extra
/
trunk
Fable Extra
vtrunk
Switch version
1.0.13
trunk
1.0.10
1.0.11
1.0.12
1.0.3
1.0.4
1.0.5
1.0.6
1.0.7
1.0.8
1.0.9
Overview
Code
fable-extra
/
uninstall.php
uninstall.php
in Fable Extra trunk, at uninstall.php
9 lines
119 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
* Fired when the plugin is uninstalled.
4
*
5
*/
6
7
if
(
!
defined
(
'
WP_UNINSTALL_PLUGIN
'
)
)
{
8
exit
;
9
}