reCAPTCHA for WooCommerce

Add Google reCAPTCHA to your WooCommerce Checkout, Login, and Registration Forms. 100% free!

v1.4.7Elliot Sowersby / RelyWPUpdated Added 40k+ installs92% rating0% support resolved
42
Score
80
Errors
31
Warnings
+0
Change

Category Scores

Security0
Repo94
Performance100
Maintainability91

Top Issues by Category

Issues Details

111 issues found in latest scan

ERROR59
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$block_content'.

ERROR14
PluginCheck.CodeAnalysis.SettingSanitization.register_settingMissing

Sanitization missing for register_setting().

WARNING8
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

WARNING6
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_POST['g-recaptcha-response'] not unslashed before sanitization. Use wp_unslash() or similar

WARNING3
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "active_plugins".

ERROR3
WordPress.Security.EscapeOutput.ExceptionNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.

WARNING3
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_SERVER["REQUEST_URI"]

WARNING3
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_SERVER["REQUEST_URI"]. Check that the array index exists before using it.

WARNING2
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING2
WordPress.WP.EnqueuedResourceParameters.MissingVersion

Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.

WARNING1
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "register_rcfwc_settings".

WARNING1
WordPress.Security.PluginMenuSlug.Using__FILE__

Using __FILE__ for menu slugs risks exposing filesystem structure.

WARNING1
WordPress.Security.SafeRedirect.wp_redirect_wp_redirect

wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.

WARNING1
WordPress.WP.EnqueuedResourceParameters.NotInFooter

In footer ($in_footer) is not set explicitly wp_register_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.

ERROR1
WordPress.WP.I18n.MissingArgDomain

Missing $domain parameter in function call to __().

ERROR1
WordPress.WP.I18n.TextDomainMismatch

Mismatched text domain. Expected 'recaptcha-woo' but got 'General'.

ERROR1
missing_direct_file_access_protection

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

ERROR1
outdated_tested_upto_header

Tested up to: 6.8 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.

Latest Snapshot

Findings

111

Errors

80

Warnings

31

Score History

First score snapshot

First scan completed

v1.4.7 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

v1.4.7

42

Latest

Findings
111
Errors
80
Warnings
31
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins