Business Essentials for Contact Form 7

Business Essentials for Contact Form 7

v1.2.1Scott PatersonUpdated 2026-05-20Added Feb 24, 20198k+ installs66% rating
24
Score
674
Errors
403
Warnings
+0
Change

Category Scores

Security0
Repo90
Performance100
Maintainability1

Top Issues by Category

security583
i18n344
maintainability123

Issues Details

1,077 issues found in latest scan

ERROR329
WordPress.WP.I18n.TextDomainMismatch

Mismatched text domain. Expected 'cf7-redirect-thank-you-page' but got 'PTP_LOC'.

WARNING102
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

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

ERROR101
WordPress.Security.EscapeOutput.UnsafePrintingFunction

All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.

ERROR89
WordPress.Security.EscapeOutput.OutputNotEscaped

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

ERROR70
WordPress.Security.EscapeOutput.ExceptionNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Cannot save property `{$key}` containing an API resource of type "'.

WARNING70
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING60
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

WARNING38
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

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

ERROR35
wp_function_not_compatible_with_requires_wp

Function "add_screen_option()" requires WordPress 3.1.0, but your plugin minimum supported version is WordPress 3.0.0.

WARNING25
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

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

WARNING22
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING20
WordPress.DB.DirectDatabaseQuery.NoCaching

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

WARNING12
WordPress.PHP.DevelopmentFunctions.error_log_error_log

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

WARNING11
WordPress.DB.PreparedSQL.InterpolatedNotPrepared

Use placeholders and $wpdb->prepare(); found interpolated variable $table_name at "SELECT form_title FROM $table_name WHERE form_id = %d LIMIT 1"

WARNING10
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $table_name used in $wpdb->get_results()\n$table_name assigned unsafely at line 114.

WARNING9
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

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

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

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

ERROR6
WordPress.WP.I18n.MissingArgDomain

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

WARNING5
WordPress.PHP.DevelopmentFunctions.error_log_trigger_error

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

ERROR5
missing_direct_file_access_protection

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

ERROR4
WordPress.DateTime.RestrictedFunctions.date_date

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

WARNING4
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

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

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

ERROR3
WordPress.WP.AlternativeFunctions.curl_curl_errno

Using cURL functions is highly discouraged. Use wp_remote_get() instead.

Latest Snapshot

Findings

1,077

Errors

674

Warnings

403

Score History

First score snapshot

First scan completed Jun 20, 2026

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

Jun 20, 2026

v1.2.1

24

Latest

Findings
1,077
Errors
674
Warnings
403
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins