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,542
12 issue groups
Security
788
10 issue groups
I18n
14
3 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
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
Use placeholders and $wpdb->prepare(); found $additions
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
Unescaped parameter $table_name used in $wpdb->query()\n$table_name assigned unsafely at line 127.
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
Mismatched text domain. Expected 'cf7-message-filter' but got 'contact-form-7'.
Sample message
Unescaped parameter $query used in $wpdb->get_results()\n$query assigned unsafely at line 608.
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
4 score snapshots
v1.6.4.1
25
Latest
v1.6.4.0
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 2,380 | 782 | 1,598 | v1.6.4.1 | 2.1.0 |
| 24 | 2,638 | 1,044 | 1,594 | v1.6.4.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.