Compliance by Hu-manity.co

Intentional Consent for WordPress — GDPR, CCPA, CPRA & ePrivacy compliance with consent records, autoblocking, Google Consent Mode v2 & GPC support.

v3.1.1HumanitycoUpdated 2026-06-03Added Jul 8, 2013900k+ installs96% rating0% support resolved
31
Score
154
Errors
336
Warnings
+0
Change

Category Scores

Security0
Repo86
Performance98
Maintainability40

Top Issues by Category

security265
maintainability120
i18n100

Issues Details

490 issues found in latest scan

WARNING97
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

WARNING62
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

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

WARNING56
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

ERROR53
WordPress.WP.I18n.MissingTranslatorsComment

A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.

WARNING50
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_COOKIE['hu-consent'] not unslashed before sanitization. Use wp_unslash() or similar

WARNING29
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_COOKIE['hu-consent']

ERROR29
WordPress.WP.I18n.UnorderedPlaceholdersText

Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in '%s1 additional%s language'.

ERROR28
WordPress.Security.EscapeOutput.OutputNotEscaped

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

ERROR16
WordPress.WP.I18n.MissingArgDomain

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

WARNING9
WordPress.PHP.DevelopmentFunctions.error_log_error_log

error_log() found. Debug code should not normally be used in production.

ERROR8
WordPress.DateTime.RestrictedFunctions.date_date

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

WARNING8
WordPress.WP.EnqueuedResourceParameters.NotInFooter

In footer ($in_footer) is not set explicitly wp_enqueue_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.

WARNING6
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

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

ERROR6
WordPress.WP.EnqueuedResources.NonEnqueuedScript

Scripts must be registered/enqueued via wp_enqueue_script()

WARNING5
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_POST['nonce']. Check that the array index exists before using it.

ERROR5
WordPress.WP.DeprecatedParameters.Add_optionParam3Found

The parameter "null" at position #3 of add_option() has been deprecated since WordPress version 2.3.0. Use "" instead.

WARNING3
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING3
WordPress.DB.DirectDatabaseQuery.NoCaching

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

WARNING3
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.

ERROR3
wp_function_not_compatible_with_requires_wp

Function "is_login()" requires WordPress 6.1.0, but your plugin minimum supported version is WordPress 4.9.6.

ERROR2
WordPress.WP.AlternativeFunctions.parse_url_parse_url

parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.

WARNING1
Internal.LineEndings.Mixed

File has mixed line endings; this may cause incorrect results

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.PHP.DevelopmentFunctions.error_log_var_export

var_export() found. Debug code should not normally be used in production.

ERROR1
WordPress.WP.I18n.MissingSingularPlaceholder

Missing singular placeholder, needed for some languages. See https://codex.wordpress.org/I18n_for_WordPress_Developers#Plurals

Latest Snapshot

Findings

490

Errors

154

Warnings

336

Score History

First score snapshot

First scan completed Jun 19, 2026

v3.1.1 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 19, 2026

v3.1.1

31

Latest

Findings
490
Errors
154
Warnings
336
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins