Browse
For agents
About
AudioIgniter Music Player
/
trunk
AudioIgniter Music Player
vtrunk
Switch version
2.0.4
trunk
1.0.0
1.0.1
1.1.0
1.2.0
1.3.0
1.4.0
1.4.1
1.4.2
1.5.0
1.5.1
1.6.0
1.6.1
1.6.2
1.6.3
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.9.0
2.0.0
2.0.1
2.0.2
All 26 releases
Overview
Code
audioigniter
/
uninstall.php
uninstall.php
in AudioIgniter Music Player trunk, at uninstall.php
11 lines
212 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
if
(
!
defined
(
'
WP_UNINSTALL_PLUGIN
'
)
||
3
!
WP_UNINSTALL_PLUGIN
||
4
dirname
(
WP_UNINSTALL_PLUGIN
)
!==
dirname
(
plugin_basename
(
__FILE__
)
)
5
)
{
6
status_header
(
404
)
;
7
exit
;
8
}
9
10
flush_rewrite_rules
(
)
;
11