'; $options = WPCaptcha_Setup::get_options(); $templates = WPCaptcha_Functions::get_templates(); echo ''; echo ''; echo ''; echo '
'; WPCaptcha_Utility::create_toggle_switch('design_enable', array('saved_value' => $options['design_enable'], 'option_key' => esc_attr(WPCAPTCHA_OPTIONS_KEY) . '[design_enable]')); echo '
You can enable the customizer to use the settings below or leave it turned off to show the default WordPress login page style or customize it using a different plugin or theme settings'; echo '
'; echo '

Templates:

'; echo ''; echo ''; WPCaptcha_admin::footer_save_button(); echo ''; echo '
'; echo '
The Design options allow you to completely customize the login page appearance.Get PRO now to use the Design feature.
'; echo 'WP Captcha'; echo ''; } // display } // class WPCaptcha_Tab_Login_Form