Browse
For agents
About
Shortcodes and extra features for Phlox theme
/
2.4.12
Shortcodes and extra features for Phlox theme
v2.4.12
Switch version
2.17.22
2.17.21
2.17.20
trunk
1.0.0
1.0.1
1.0.2
1.0.3
1.0.6
1.0.9
1.1.0
1.3.0
1.3.1
1.3.10
1.3.14
1.3.2
1.3.3
1.3.6
1.4.0
1.4.1
1.4.2
1.5.0
1.5.2
1.6.0
1.6.2
All 148 releases
Overview
Code
auxin-elements
/
uninstall.php
uninstall.php
in Shortcodes and extra features for Phlox theme 2.4.12, at uninstall.php
17 lines
342 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
*
@package
Auxin
7
*
@license
LICENSE.txt
8
*
@author
averta
9
*
@link
http://phlox.pro/
10
*
@copyright
(c) 2010-2019 averta
11
*/
12
13
//
If uninstall not called from WordPress, then exit
14
if
(
!
defined
(
'
WP_UNINSTALL_PLUGIN
'
)
)
{
15
exit
(
'
No Naughty Business Please !
'
)
;
16
}
17