Filter messages submitted through contact form 7 based on words and/or emails listed as restricted.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
1,546
12 issue groups
Security
779
9 issue groups
I18n
270
4 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$account_addon_ids".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" <a href='{$skip_url}' class='button button-small button-secondary'>{$use_plugin_anonymously_text}</a>"'.
Sample message
The $domain parameter must be a single text string literal. Found: KMCFMF_TEXT_DOMAIN
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_fs_text".
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "FS_Admin_Menu_Manager".
Sample message
Processing form data without nonce verification.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "FS_API__ADDRESS".
Sample message
Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "km_message_filter".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
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
Processing form data without nonce verification.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'km_setting_' . $id".
Sample message
Detected usage of a non-sanitized input variable: $_POST[$name]
Sample message
Attempting a database schema change is discouraged.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$message'.
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Sample message
$_POST['wpforms']['id'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Missing $domain parameter in function call to esc_html_e().
Sample message
The $text parameter must be a single text string literal. Found: $my_filter->id
Sample message
Unescaped parameter $column used in $wpdb->query()\n$column used without escaping.
Sample message
Use placeholders and $wpdb->prepare(); found $column
Sample message
Mismatched text domain. Expected 'cf7-message-filter' but got 'contact-form-7'.
Sample message
debug_backtrace() found. Debug code should not normally be used in production.
Potential connections found in static code analysis.
Outbound calls
246
External assets
13
Incoming endpoints
16
No public endpoints detected.
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
4 more hidden
3 score snapshots
v1.6.4.0
24
Latest
v1.6.3.9
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 2,638 | 1,044 | 1,594 | v1.6.4.0 | 2.0.0 |
| 24 | 2,651 | 1,057 | 1,594 | v1.6.3.9 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.