'tab_captcha', 'class' => 'tab-content', 'label' => __('Captcha', 'advanced-google-recaptcha'), 'callback' => array(__CLASS__, 'tab_captcha')); $tabs[] = array('id' => 'tab_captcha_location', 'class' => 'tab-content', 'label' => __('Where To Show', 'advanced-google-recaptcha'), 'callback' => array(__CLASS__, 'tab_captcha_location')); echo '
| ';
        echo ' Captcha or "are you human" verification ensures bots can\'t attack your login page and provides additional protection with minimal impact to users.'; echo ' | |
| '; WPCaptcha_admin::footer_save_button(); echo ' | |
| '; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ' | |
| ';
        WPCaptcha_Utility::create_toggle_switch('captcha_show_login', array('saved_value' => $options['captcha_show_login'], 'option_key' => esc_attr(WPCAPTCHA_OPTIONS_KEY) . '[captcha_show_login]'));
        echo ' Applies to default login, WooCommerce, and Easy Digital Downloads login pages'; echo ' | |
| ';
        WPCaptcha_Utility::create_toggle_switch('captcha_show_wp_registration', array('saved_value' => $options['captcha_show_wp_registration'], 'option_key' => esc_attr(WPCAPTCHA_OPTIONS_KEY) . '[captcha_show_wp_registration]'));
        echo ' Show captcha on WordPress user registration form'; echo ' | |
| ';
        WPCaptcha_Utility::create_toggle_switch('captcha_show_wp_lost_password', array('saved_value' => $options['captcha_show_wp_lost_password'], 'option_key' => esc_attr(WPCAPTCHA_OPTIONS_KEY) . '[captcha_show_wp_lost_password]'));
        echo ' Show captcha on WordPress lost password form'; echo ' | |
| ';
        WPCaptcha_Utility::create_toggle_switch('captcha_show_wp_comment', array('saved_value' => $options['captcha_show_wp_comment'], 'option_key' => esc_attr(WPCAPTCHA_OPTIONS_KEY) . '[captcha_show_wp_comment]'));
        echo ' Show captcha on WordPress comments form'; echo ' | |
| ';
        WPCaptcha_Utility::create_toggle_switch('captcha_show_woo_registration', array('saved_value' => $options['captcha_show_woo_registration'], 'option_key' => esc_attr(WPCAPTCHA_OPTIONS_KEY) . '[captcha_show_woo_registration]'));
        echo ' Show captcha on WooCommerce registration form'; echo ' | |
| ';
        WPCaptcha_Utility::create_toggle_switch('captcha_show_woo_checkout', array('saved_value' => $options['captcha_show_woo_checkout'], 'option_key' => esc_attr(WPCAPTCHA_OPTIONS_KEY) . '[captcha_show_woo_checkout]'));
        echo ' Show captcha on WooCommerce checkout form'; echo ' | |
| ';
        WPCaptcha_Utility::create_toggle_switch('captcha_show_edd_registration', array('saved_value' => $options['captcha_show_edd_registration'], 'option_key' => esc_attr(WPCAPTCHA_OPTIONS_KEY) . '[captcha_show_edd_registration]'));
        echo ' Show captcha on Easy Digital Downloads registration form'; echo ' | |
| ';
        WPCaptcha_Utility::create_toggle_switch('captcha_show_bp_registration', array('saved_value' => $options['captcha_show_bp_registration'], 'option_key' => esc_attr(WPCAPTCHA_OPTIONS_KEY) . '[captcha_show_bp_registration]'));
        echo ' Show captcha on BuddyPress registration form'; echo ' | |
| '; WPCaptcha_admin::footer_save_button(); echo ' |