Create responsive contact forms with stored query table management. Easy contact form shortcode and widget for inquiries and lead generation.
Prioritized issue groups from the latest Plugin Check scan
Security
97
8 issue groups
Maintainability
36
11 issue groups
I18n
27
3 issue groups
Repo Compliance
1
1 issue group
Sample message
$_GET['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Mismatched text domain. Expected 'new-contact-form-widget' but got 'new-image-gallery'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['bg_color']. Check that the array index exists before using it.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$args['after_title']'.
Sample message
Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.
Sample message
Detected usage of a non-sanitized input variable: $_GET['_wpnonce']
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 $contact_form_table_name at "SELECT * FROM `$contact_form_table_name` ORDER BY date_time DESC LIMIT $per_page OFFSET $start"
Sample message
Unescaped parameter $contact_form_table_name used in $wpdb->get_results()\n$contact_form_table_name assigned unsafely at line 121.
Sample message
Processing form data without nonce verification.
Sample message
No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
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
Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_enqueue_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
File has mixed line endings; this may cause incorrect results
Sample message
Processing form data without nonce verification.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
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: esc_html( 'Title:' )
Sample message
Plugin name "Contact Form Widget" is different from the name declared in plugin header "New Contact Form Widget & Shortcode [Standard]".
Sample message
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Potential connections found in static code analysis.
Outbound calls
61
External assets
0
Incoming endpoints
2
No external asset domains detected.
wp_ajax
wp_ajax
First score snapshot
v1.5.2
38
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 38 | 161 | 54 | 107 | v1.5.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.