Advanced Google reCAPTCHA

Captcha protection against spam comments & brute force login attacks using Google reCAPTCHA.

v5.39WebFactoryUpdated 2026-06-08Added Mar 11, 2021200k+ installs96% rating91% support resolved
97
Score
3
Errors
15
Warnings
+0
Change

Category Scores

Security100
Repo94
Performance100
Maintainability88

Top Issues by Category

Issues Details

18 issues found in latest scan

WARNING11
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$config".

WARNING1
PluginCheck.CodeAnalysis.DiscouragedFunctions.load_plugin_textdomainFound

load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.

WARNING1
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "wf_flyout".

WARNING1
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "WP_USE_THEMES".

WARNING1
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

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

ERROR1
library_core_files

Library files that are already in the WordPress core are not permitted.

ERROR1
missing_direct_file_access_protection

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

ERROR1
readme_mismatched_header_requires_php

Mismatched Requires PHP: 5.6 != 5.2. "Requires PHP" needs to be exactly the same with that in your main plugin file's header.

Latest Snapshot

Findings

18

Errors

3

Warnings

15

Score History

First score snapshot

First scan completed Jun 19, 2026

v5.39 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 19, 2026

v5.39

97

Latest

Findings
18
Errors
3
Warnings
15
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins