Adds conditional logic to Contact Form 7.
Prioritized issue groups from the latest Plugin Check scan
Security
132
7 issue groups
Maintainability
26
9 issue groups
I18n
1
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$class_html'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Processing form data without nonce verification.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "add_conditional_panel".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$active_plugins".
Sample message
Processing form data without nonce verification.
Sample message
$_GET['post'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Detected usage of a non-sanitized input variable: $_GET['post']
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "CF7CF".
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "WPCF7_ADMIN_READ_WRITE_CAPABILITY".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "wpcf7_config_validator_available_error_codes".
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['_wpnonce']. Check that the array index exists before using it.
Sample message
Mismatched text domain. Expected 'cf7-conditional-fields' but got 'contact-form-7'.
Sample message
File and folder names must not contain spaces or special characters.
Sample message
Library files that are already in the WordPress core are not permitted.
Sample message
The upgrade notice for "2.2.10" exceeds the limit of 300 characters.
Potential connections found in static code analysis.
Outbound calls
26
External assets
0
Incoming endpoints
3
No external asset domains detected.
wp_ajax
wp_ajax
wp_ajax
3 score snapshots
v2.7.10
41
Latest
v2.7.9
41
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 41 | 159 | 106 | 53 | v2.7.10 | 2.0.0 |
| 41 | 165 | 113 | 52 | v2.7.9 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.