Smart Grid-Layout Design for Contact Form 7

This plugins allow pure CSS responsive grid layouts for contact form 7. It enables rich interlinking of your CMS data via taxonomy/posts populated dr …

v4.16.0Aurovrata VenetUpdated Added 10k+ installs90% rating
21
Score
1,126
Errors
734
Warnings
+0
Change

Category Scores

Security0
Repo75
Performance98
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

1,860 findings

Maintainability

1,016

16 issue groups

Security

749

7 issue groups

I18n

50

2 issue groups

ERRORSecurityOutput Not EscapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"getCurrentTime() will overflow in $timeToOverflow seconds, please restart the process before that. "'.445
Category
Security
Occurrences
445
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"getCurrentTime() will overflow in $timeToOverflow seconds, please restart the process before that. "'.

ERRORMaintainabilityEcho FoundShort PHP opening tag used with echo; expected "<?php echo $add_string ..." but found "<?= $add_string ..."396
Category
Maintainability
Occurrences
396
Severity
error

Sample message

Short PHP opening tag used with echo; expected "<?php echo $add_string ..." but found "<?= $add_string ..."

WARNINGMaintainabilityNon Prefixed Variable FoundGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$__composer_autoload_files&quot;.289
Category
Maintainability
Occurrences
289
Severity
warning

Sample message

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$__composer_autoload_files&quot;.

ERRORMaintainabilitymissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;117
Category
Maintainability
Occurrences
117
Severity
error

Sample message

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

ERRORSecurityException Not EscapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Cannot enable an invalid watcher identifier: '{$watcherId}'"'.82
Category
Security
Occurrences
82
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Cannot enable an invalid watcher identifier: '{$watcherId}'"'.

WARNINGSecurityMissing Unslash$_COOKIE[&#039;_cf7sg_&#039; . $a[&#039;cf7key&#039;]] not unslashed before sanitization. Use wp_unslash() or similar62
Category
Security
Occurrences
62
Severity
warning

Sample message

$_COOKIE[&#039;_cf7sg_&#039; . $a[&#039;cf7key&#039;]] not unslashed before sanitization. Use wp_unslash() or similar

WARNINGSecurityInput Not SanitizedDetected usage of a non-sanitized input variable: $_COOKIE[&#039;_cf7sg_&#039; . $a[&#039;cf7key&#039;]]55
Category
Security
Occurrences
55
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_COOKIE[&#039;_cf7sg_&#039; . $a[&#039;cf7key&#039;]]

WARNINGMaintainabilityMixedFile has mixed line endings; this may cause incorrect results54
Category
Maintainability
Occurrences
54
Severity
warning

Sample message

File has mixed line endings; this may cause incorrect results

WARNINGSecurityMissingProcessing form data without nonce verification.54
Category
Security
Occurrences
54
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGMaintainabilityNon Prefixed Namespace FoundNamespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: &quot;Amp&quot;.43
Category
Maintainability
Occurrences
43
Severity
warning

Sample message

Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: &quot;Amp&quot;.

Show 15 more
ERRORI18nText Domain Mismatch37
Category
I18n
Occurrences
37
Severity
error

Sample message

Mismatched text domain. Expected 'cf7-grid-layout' but got 'cf7-grid-alyout'.

WARNINGMaintainabilityerror log trigger error36
Category
Maintainability
Occurrences
36
Severity
warning

Sample message

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

WARNINGSecurityInput Not Validated29
Category
Security
Occurrences
29
Severity
warning

Sample message

Detected usage of a possibly undefined superglobal array index: $_GET[&#039;_wpnonce&#039;]. Check that the array index exists before using it.

WARNINGSecurityRecommended22
Category
Security
Occurrences
22
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGMaintainabilityNon Prefixed Hookname Found20
Category
Maintainability
Occurrences
20
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;admin_enqueue_scripts&quot;.

ERRORI18nMissing Translators Comment13
Category
I18n
Occurrences
13
Severity
error

Sample message

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.

WARNINGMaintainabilityNon Prefixed Class Found12
Category
Maintainability
Occurrences
12
Severity
warning

Sample message

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: &quot;Cf7_Grid_Layout&quot;.

WARNINGMaintainabilityerror log debug backtrace12
Category
Maintainability
Occurrences
12
Severity
warning

Sample message

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

WARNINGMaintainabilityNon Prefixed Function Found11
Category
Maintainability
Occurrences
11
Severity
warning

Sample message

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: &quot;__cf7sg&quot;.

ERRORMaintainabilityunlink unlink6
Category
Maintainability
Occurrences
6
Severity
error

Sample message

unlink() is discouraged. Use wp_delete_file() to delete a file.

WARNINGMaintainabilityerror log print r5
Category
Maintainability
Occurrences
5
Severity
warning

Sample message

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

WARNINGMaintainabilityMissing Version5
Category
Maintainability
Occurrences
5
Severity
warning

Sample message

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.

ERRORMaintainabilityrename rename4
Category
Maintainability
Occurrences
4
Severity
error

Sample message

rename() is discouraged. Use WP_Filesystem::move() to rename a file.

WARNINGMaintainabilityNon Prefixed Constant Found3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;CF7_GRID_VERSION&quot;.

ERRORMaintainabilityrand mt rand3
Category
Maintainability
Occurrences
3
Severity
error

Sample message

mt_rand() is discouraged. Use the far less predictable wp_rand() instead.

Score History

First score snapshot

v4.16.0

21

Latest

Findings
1,860
Errors
1,126
Warnings
734
Check
2.0.0

Related Plugins