Browse
For agents
About
MultiManager WP – Manage All Your WordPress Sites Easily
/
trunk
MultiManager WP – Manage All Your WordPress Sites Easily
vtrunk
Switch version
trunk
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.1.2
1.1.3
1.1.4
1.1.5
Overview
Code
multimanager-wp
/
uninstall.php
uninstall.php
in MultiManager WP – Manage All Your WordPress Sites Easily trunk, at uninstall.php
15 lines
222 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
/**
4
* Fired when the plugin is uninstalled.
5
*
6
*
@since
1.0.0
7
*
8
*
@package
MultiManager_WP
9
*/
10
11
//
If uninstall not called from WordPress, then exit.
12
if
(
!
defined
(
'
WP_UNINSTALL_PLUGIN
'
)
)
{
13
exit
;
14
}
15