Browse
For agents
About
Theme Switcha – Easily Switch Themes for Development and Testing
/
2.4
Theme Switcha – Easily Switch Themes for Development and Testing
v2.4
Switch version
3.4.5
trunk
1.3
1.4
1.5
1.6
1.7
1.8
1.9
2.0
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.3.1
3.3.2
All 33 releases
Overview
Code
theme-switcha
/
uninstall.php
uninstall.php
in Theme Switcha – Easily Switch Themes for Development and Testing 2.4, at uninstall.php
6 lines
144 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
//
Uninstall Remove Options
2
3
if
(
!
defined
(
'
ABSPATH
'
)
&&
!
defined
(
'
WP_UNINSTALL_PLUGIN
'
)
)
exit
(
)
;
4
5
delete_option
(
'
theme_switcha_options
'
)
;
6