Browse
For agents
About
HookMeUp for WooCommerce
/
1.0
HookMeUp for WooCommerce
v1.0
Switch version
4.3
4.1
trunk
1.0
1.0.1
1.1
1.1.1
1.2
1.2.1
1.2.2
1.2.3
1.2.4
1.2.5
1.2.6
1.2.7
1.2.8
1.2.9
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.5.8
1.6
All 41 releases
Overview
Code
hookmeup
/
uninstall.php
uninstall.php
in HookMeUp for WooCommerce 1.0, at uninstall.php
15 lines
242 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
*
@link
getbowtied.com
7
*
@since
1.0.0
8
*
@package
Hookmeup
9
*/
10
11
//
If uninstall not called from WordPress, then exit.
12
if
(
!
defined
(
'
WP_UNINSTALL_PLUGIN
'
)
)
{
13
exit
;
14
}
15