Pure CSS responsive grid layouts for contact form 7. It enables rich interlinking of your CMS data via taxonomy/posts populated dropdown fields.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
679
17 issue groups
Security
643
6 issue groups
I18n
74
2 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$add_string'.
Sample message
Short PHP opening tag used with echo; expected "<?php echo $add_string ..." but found "<?= $add_string ..."
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$add_string".
Sample message
$_COOKIE['_cf7sg_' . $a['cf7key']] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Mismatched text domain. Expected 'cf7-grid-layout' but got 'cf7-grid-alyout'.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['_cf7sg_' . $a['cf7key']]
Sample message
Processing form data without nonce verification.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['_wpnonce']. Check that the array index exists before using it.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "admin_enqueue_scripts".
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.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Cf7_Grid_Layout".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "__cf7sg".
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
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.
Sample message
rename() is discouraged. Use WP_Filesystem::move() to rename a file.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "CF7_GRID_VERSION".
Sample message
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.
Sample message
Found call to wp_register_script() with external resource. Offloading scripts to your servers or any remote service is disallowed.
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Detected usage of tax_query, possible slow query.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
Sample message
The parameter "$args" at position #2 of get_terms() has been deprecated since WordPress version 4.5.0. Instead do not pass the parameter.
Potential connections found in static code analysis.
Outbound calls
285
External assets
14
Incoming endpoints
1
No public endpoints detected.
wp_ajax
3 score snapshots
v4.18.0
23
Latest
v4.17.0
23
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 1,413 | 954 | 459 | v4.18.0 | 2.0.0 |
| 23 | 1,908 | 1,156 | 752 | v4.17.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.