Browse
For agents
About
Prismatic
/
2.2
Prismatic
v2.2
Switch version
trunk
1.3
1.4
1.5
1.6
1.6.1
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
2.9.1
3.0
3.1
3.1.1
3.2
3.2.1
All 40 releases
Overview
Code
prismatic
/
uninstall.php
uninstall.php
in Prismatic 2.2, at uninstall.php
9 lines
290 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
//
Prismatic - Uninstall Remove Options
2
3
if
(
!
defined
(
'
ABSPATH
'
)
&&
!
defined
(
'
WP_UNINSTALL_PLUGIN
'
)
)
exit
(
)
;
4
5
delete_option
(
'
prismatic_options_general
'
)
;
6
delete_option
(
'
prismatic_options_prism
'
)
;
7
delete_option
(
'
prismatic_options_highlight
'
)
;
8
delete_option
(
'
prismatic_options_plain
'
)
;
9