[Plugin: WP-reCAPTCHA] Depreciated use of add_option…
-
Hello
I am just letting you know that your plugin’s use of add_option on lines 288 and 650 are depreciated..
Notice: add_option was called with an argument that is deprecated since version 2.3 with no alternative available. in /wp-includes/functions.php on line 3323
I am testing a fix right now which seems to be working just fine:
Line 288
add_option('recaptcha', $option_defaults);
Line 650
add_option('recaptcha', $optionarray_def);
It would be great if you would push out a point release to fix this for others!
- The topic ‘[Plugin: WP-reCAPTCHA] Depreciated use of add_option…’ is closed to new replies.