Browse
For agents
About
Flash Toolkit
/
trunk
Flash Toolkit
vtrunk
Switch version
trunk
1.0
1.1.0
1.1.1
1.1.2
1.1.3
1.1.4
1.1.5
1.1.6
1.1.7
1.1.8
1.1.9
1.2.0
1.2.1
1.2.2
1.2.3
1.2.4
1.2.5
1.2.6
Overview
Code
flash-toolkit
/
uninstall.php
uninstall.php
in Flash Toolkit trunk, at uninstall.php
18 lines
261 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
* Flash Toolkit Uninstall
4
*
5
* Uninstalls the plugin and associated data.
6
*
7
*
@author
ThemeGrill
8
*
@category
Core
9
*
@package
FlashToolkit/Uninstaller
10
*
@version
1.4.0
11
*/
12
13
if
(
!
defined
(
'
WP_UNINSTALL_PLUGIN
'
)
)
{
14
exit
;
15
}
16
17
global
$
wpdb
;
18