• Supports reCAPTCHA Version 2 and Version 3
  • Works perfectly with default Login, Registration and Comment forms of WordPress
  • Protects your eCommerce websites (WooCommerce and EDD) from unwanted registrations and logins
  • Compatible with all WordPress themes
  • No coding or advanced skills required to configure the plugin
', '' ); } /** * Display status section message. * * @since 1.0.0 */ function advanced_google_recaptcha_content_status_section() { esc_html_e( 'You can enable/disable reCAPTCHA for different forms separately.', 'advanced-google-recaptcha' ); } /** * Register site_key field. * * @since 1.0.0 */ function advanced_google_recaptcha_field_site_key() { $site_key = advanced_google_recaptcha_option( 'site_key' ); ?> />  /> /> ' . esc_html__( 'Captcha Settings', 'advanced-google-recaptcha' ) . ''; if ( ! empty( $message ) ) { ?>
  /> /> /> /> />