Browse
For agents
About
Advanced Excerpt
/
4.2
Advanced Excerpt
v4.2
Switch version
trunk
0.2.2
3.0
3.1
4.0
4.1
4.1.1
4.2
4.2.1
4.2.2
4.2.3
4.2.4
4.2.5
4.2.6
4.2.7
4.2.8
4.2.9
4.3.0
4.3.1
4.3.2
4.3.3
4.3.4
4.3.5
4.3.6
4.3.7
All 30 releases
Overview
Code
advanced-excerpt
/
uninstall.php
uninstall.php
in Advanced Excerpt 4.2, at uninstall.php
8 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
* Code used when the plugin is removed (not just deactivated but actively deleted through the WordPress Admin).
4
*/
5
6
if
(
!
defined
(
'
ABSPATH
'
)
&&
!
defined
(
'
WP_UNINSTALL_PLUGIN
'
)
)
exit
(
)
;
7
8
delete_option
(
'
advanced_excerpt
'
)
;