Good and simple!
-
U have a little bug in your Plugin.
Check the subscription checkbox by default <= This setting in the Adminsection will be ignored.
It is always enabled!
change your function from
function cren_get_default_checked() { return cren_get_option('cren_subscription_check_by_default', true); }
to
function cren_get_default_checked() { return cren_get_option('cren_subscription_check_by_default', false); }
Currently, the checkbox is always checked.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Good and simple!’ is closed to new replies.