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 …
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
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: "$__composer_autoload_files".289
- Category
- Maintainability
- Occurrences
- 289
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$__composer_autoload_files".
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['_cf7sg_' . $a['cf7key']] not unslashed before sanitization. Use wp_unslash() or similar62
- Category
- Security
- Occurrences
- 62
- Severity
- warning
Sample message
$_COOKIE['_cf7sg_' . $a['cf7key']] not unslashed before sanitization. Use wp_unslash() or similar
WARNINGSecurityInput Not SanitizedDetected usage of a non-sanitized input variable: $_COOKIE['_cf7sg_' . $a['cf7key']]55
- Category
- Security
- Occurrences
- 55
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['_cf7sg_' . $a['cf7key']]
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: "Amp".43
- Category
- Maintainability
- Occurrences
- 43
- Severity
- warning
Sample message
Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "Amp".
Show 15 moreShow less
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['_wpnonce']. 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: "admin_enqueue_scripts".
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: "Cf7_Grid_Layout".
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: "__cf7sg".
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: "CF7_GRID_VERSION".
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
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 21 | 1,860 | 1,126 | 734 | v4.16.0 | 2.0.0 |