Title: Undefined variable: si_captcha_opt
Last modified: August 21, 2016

---

# Undefined variable: si_captcha_opt

 *  [Dewey Bushaw](https://wordpress.org/support/users/styledev/)
 * (@styledev)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/undefined-variable-si_captcha_opt/)
 * Notice: Undefined variable: si_captcha_opt in /Users/dbushaw/Sites/roundtable/
   wp-content/plugins/si-captcha-for-wordpress/si-captcha.php on line 1235
    Notice:
   Undefined variable: si_captcha_opt in /Users/dbushaw/Sites/roundtable/wp-content/
   plugins/si-captcha-for-wordpress/si-captcha.php on line 1243 Notice: Undefined
   variable: si_captcha_opt in /Users/dbushaw/Sites/roundtable/wp-content/plugins/
   si-captcha-for-wordpress/si-captcha.php on line 1255 Notice: Undefined variable:
   si_captcha_opt in /Users/dbushaw/Sites/roundtable/wp-content/plugins/si-captcha-
   for-wordpress/si-captcha.php on line 1272 Notice: Undefined variable: si_captcha_opt
   in /Users/dbushaw/Sites/roundtable/wp-content/plugins/si-captcha-for-wordpress/
   si-captcha.php on line 1280
 * Fix: before each call to $si_captcha_opt[‘si_captcha_login’] add isset($si_captcha_opt[‘
   si_captcha_login’]) && .
 * e.g.
 * if ( $si_captcha_opt[‘si_captcha_login’] == ‘true’) {
    becomes if ( isset($si_captcha_opt[‘
   si_captcha_login’]) && $si_captcha_opt[‘si_captcha_login’] == ‘true’) {
 * [http://wordpress.org/extend/plugins/si-captcha-for-wordpress/](http://wordpress.org/extend/plugins/si-captcha-for-wordpress/)

The topic ‘Undefined variable: si_captcha_opt’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/si-captcha-for-wordpress_dde4c1.svg)
 * [SI CAPTCHA Anti-Spam](https://wordpress.org/plugins/si-captcha-for-wordpress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/si-captcha-for-wordpress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/si-captcha-for-wordpress/)
 * [Active Topics](https://wordpress.org/support/plugin/si-captcha-for-wordpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/si-captcha-for-wordpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/si-captcha-for-wordpress/reviews/)

## Tags

 * [undefined](https://wordpress.org/support/topic-tag/undefined/)

 * 0 replies
 * 1 participant
 * Last reply from: [Dewey Bushaw](https://wordpress.org/support/users/styledev/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/undefined-variable-si_captcha_opt/)
 * Status: not resolved