PluginProbe ʕ •ᴥ•ʔ
Browse
Analyzed
Analysis
Website Open/Closed Toggle
/
0.1
Website Open/Closed Toggle
v0.1
Switch version
trunk
0.1
0.2
0.3
0.3.1
0.3.2
0.3.3
0.3.4
0.3.5
0.3.6
0.3.7
0.3.8
0.3.9
0.3.9.1
0.3.9.2
Overview
Code
Analysis
website-openclosed-toggle
/
woct
/
woct-deactivate.php
website-openclosed-toggle
/
woct
Last commit date
css
10 years ago
woct-activate.php
10 years ago
woct-admin-menu.php
10 years ago
woct-admin-settings.php
10 years ago
woct-deactivate.php
10 years ago
woct-miscellaneous.php
10 years ago
woct-option.php
10 years ago
woct-output.php
10 years ago
woct-deactivate.php
8 lines
1
<
?
php
2
3
function
rs_woct_deactivate
(
)
{
4
$
option
=
rs_woct_get_option
(
)
;
5
if
(
$
option
[
'
delete_option_on_deactivate
'
]
===
'
1
'
)
{
6
delete_option
(
RS_WOCT__OPTION
)
;
7
}
8
}