'; echo '
The Country Blocking feature allows you to easily block whole countries from either accessing the login form or the whole website. Or if preferred, you can just allow access from certain countries instead.Get PRO now to use the Country Blocking feature.
'; echo 'WP Captcha'; echo ''; $country_blocking_mode = array(); $country_blocking_mode[] = array('val' => 'none', 'label' => 'Disable country based blocking'); $country_blocking_mode[] = array('val' => 'whitelist', 'label' => 'Whitelist mode - allow selected countries, block all others'); $country_blocking_mode[] = array('val' => 'blacklist', 'label' => 'Blacklist mode - block selected countries, allow all others'); echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo '
PRO '; echo ''; echo '
Whitelabel mode is best when you want to allow only a few, selected countries to access your site. While the blacklist mode is suited for situations when the majority of countries should be able to access it, and just a few should be blocked.'; echo '
'; echo '

Save Changes

'; echo '
'; echo ''; } // display } // class WPCaptcha_Tab_GeoIP