The easiest drag & drop form builder for WordPress. Create contact forms, surveys, and lead capture forms in minutes with 38+ fields and 21+ integ …
Prioritized issue groups from the latest Plugin Check scan
Maintainability
570
13 issue groups
Security
135
9 issue groups
I18n
30
3 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$bg_color".
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "ht_contactform_admin_notices".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$attr['inputHight']['desktop']'.
Sample message
Function "str_contains()" requires WordPress 5.9.0, but your plugin minimum supported version is WordPress 5.0.0.
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
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
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 placeholders and $wpdb->prepare(); found interpolated variable $placeholders at "UPDATE {$this->table} SET status = %s, viewed_at = %s, updated_at = %s WHERE id IN ($placeholders)"
Sample message
Processing form data without nonce verification.
Sample message
$_GET['code'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
The $text parameter must be a single text string literal. Found: "Hello,\n\n" .\n "Your form progress has been saved. You can continue filling out the form by clicking the link below:\n\n" .\n "%1\$s\n\n" .\n "This link will expire on %2\$s.\n\n" .\n "If you did not request this email, you can safely ignore it.\n\n" .\n "Best regards,\n%3\$s"
Sample message
Found call to wp_register_script() with external resource. Offloading scripts to your servers or any remote service is disallowed.
Sample message
Resource version not set in call to wp_register_script(). This means new versions of the script may not always be loaded due to browser caching.
Sample message
Unescaped parameter $count_query used in $wpdb->get_var()\n$count_query assigned unsafely at line 181.
Sample message
Use placeholders and $wpdb->prepare(); found $batch_delete_query
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['ht_form_file']. Check that the array index exists before using it.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Editor blocks must define "apiVersion" 3 or higher in block.json for WordPress 7.0+ iframe editor compatibility.
Sample message
Attempting a database schema change is discouraged.
Sample message
Detected usage of a non-sanitized input variable: $_FILES['ht_form_file']
Sample message
Mismatched text domain. Expected 'ht-contactform' but got 'cf7-extensions'.
Sample message
File and folder names must not contain spaces or special characters.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Potential connections found in static code analysis.
Outbound calls
283
External assets
0
Incoming endpoints
17
No external asset domains detected.
register_rest_route
register_rest_route
register_rest_route
register_rest_route
register_rest_route
register_rest_route
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
5 score snapshots
v2.9.4
25
Latest
v2.9.3
25
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 755 | 158 | 597 | v2.9.4 | 2.0.0 |
| 25 | 757 | 160 | 597 | v2.9.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.