Browse
For agents
About
Arile Extra
/
2.5
Arile Extra
v2.5
Switch version
8.6
8.5
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.1
2.2
2.3
2.4
2.5
2.6
2.7
2.8
2.9
3.0
3.1
3.2
3.3
3.4
3.5
3.6
3.7
3.8
All 83 releases
Overview
Code
arile-extra
/
uninstall.php
uninstall.php
in Arile Extra 2.5, at uninstall.php
9 lines
111 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
}