Form Maker is a user-friendly contact form builder that allows to create forms for any purpose, from a simple contact form to multi page survey forms
Prioritized issue groups from the latest Plugin Check scan
Security
2,833
11 issue groups
I18n
2,128
4 issue groups
Maintainability
962
10 issue groups
Sample message
The $domain parameter must be a single text string literal. Found: $prefix
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$action['title']'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
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 !
Sample message
Mismatched text domain. Expected 'form-maker' but got "form_maker".
Sample message
Processing form data without nonce verification.
Sample message
Attempting a database schema change is discouraged.
Sample message
Unescaped parameter $col used in $wpdb->get_var()\n$col used without escaping.
Sample message
$_COOKIE[self::$cookie_name] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[self::$cookie_name]
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
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
Detected usage of a possibly undefined superglobal array index: $_POST[$wd_options->prefix . '_save_form_fild']. Check that the array index exists before using it.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
rand() is discouraged. Use the far less predictable wp_rand() 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
Simple placeholders should not be quoted in the query string in $wpdb->prepare(). Found: '%d'.
Sample message
SQL wildcards for a LIKE query should be passed in through a replacement parameter. Found: LIKE "%%.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$f, %3$f", but got "%s, %f, %f" in 'The %s value must be between %f - %f'.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Potential connections found in static code analysis.
Outbound calls
204
External assets
5
Incoming endpoints
44
register_rest_route
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
18 more hidden
2 score snapshots
v1.15.45
24
Latest
v1.15.44
23
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 6,024 | 4,745 | 1,279 | v1.15.45 | 2.0.0 |
| 23 | 6,025 | 4,746 | 1,279 | v1.15.44 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.