The easiest & fastest Contact Form on WordPress. Multiple templates, drag-&-drop live builder, submission listing, reCaptcha & more!
Prioritized issue groups from the latest Plugin Check scan
Security
648
6 issue groups
Maintainability
406
12 issue groups
I18n
204
7 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" ⚠️ FOUND: {$file} still uses maybe_unserialize()\n"'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$base".
Sample message
Processing form data without nonce verification.
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
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
Mismatched text domain. Expected 'weforms' but got 'Share'.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "dokan_dashboard_content_after".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_recaptcha_aes_encrypt".
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$d, %2$s", but got "%d, %s" in '#%d New submission on %s'.
Sample message
Use placeholders and $wpdb->prepare(); found $query
Sample message
The $text parameter must be a single text string literal. Found: $client_name
Sample message
The $text text string should have translatable content. Found: ''
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
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
The $text parameter must not contain interpolated variables or expressions. Found: {$remaining_entries}
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$context['cssRule']['selector']'.
Sample message
Detected usage of a non-sanitized input variable: $_FILES['importFile']
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Emogrifier".
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
The $domain parameter must be a single text string literal. Found: $field['weforms']
Not analyzed yet.
First score snapshot
v1.6.28
25
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 1,366 | 916 | 450 | v1.6.28 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.