code check
-
Found in v.1.2.1
function guard_get_lock_duration() {
$v = get_option(‘guard_lock_duration’);
if (!$v) {
return 5;
} else {
return 5;
}
}(copy-paste) error or not?
- The topic ‘code check’ is closed to new replies.
Found in v.1.2.1
function guard_get_lock_duration() {
$v = get_option(‘guard_lock_duration’);
if (!$v) {
return 5;
} else {
return 5;
}
}
(copy-paste) error or not?