Protect your Contact Form 7 forms with GDPR-compliant Double Opt-In. Ensure valid emails, prevent fake signups, and stay compliant.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
333
11 issue groups
Security
296
12 issue groups
I18n
21
2 issue groups
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'f12_cf7_doubleoptin_do_sanitize_key_'.$key".
Sample message
Use placeholders and $wpdb->prepare(); found $countQuery
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$L".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
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
Use placeholders and $wpdb->prepare(); found interpolated variable {$catTable} at \t\t\t FROM {$catTable} c\n
Sample message
Processing form data without nonce verification.
Sample message
$_GET['keyword'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$autoDetected'.
Sample message
Detected usage of a non-sanitized input variable: $_GET['_wpnonce']
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
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
Sample message
Unescaped parameter $catTable used in $wpdb->get_results()\n$catTable assigned unsafely at line 1658.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Unescaped parameter $table used in $wpdb->get_results()
Sample message
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Cannot resolve parameter {$param->getName()} for {$class}"'.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "F12_DEBUG".
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['optin']. Check that the array index exists before using it.
Sample message
Missing $domain parameter in function call to _e().
Sample message
The upgrade notice for "3.2.0" exceeds the limit of 300 characters.
Sample message
rename() is discouraged. Use WP_Filesystem::move() to rename a file.
Potential connections found in static code analysis.
Outbound calls
17
External assets
1
Incoming endpoints
12
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
5 score snapshots
v5.1.6
24
Latest
v5.1.5
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 674 | 233 | 441 | v5.1.6 | 2.0.0 |
| 24 | 674 | 233 | 441 | v5.1.5 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.