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
Category Scores
Issues to Review
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
ERRORI18nNon Singular String Literal DomainThe $domain parameter must be a single text string literal. Found: $prefix1,912
- Category
- I18n
- Occurrences
- 1,912
- Severity
- error
Sample message
The $domain parameter must be a single text string literal. Found: $prefix
ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$action['title']'.1,401
- Category
- Security
- Occurrences
- 1,401
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$action['title']'.
ERRORSecurityUnsafe printing functionAll output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.641
- Category
- Security
- Occurrences
- 641
- Severity
- error
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.356
- Category
- Maintainability
- Occurrences
- 356
- Severity
- warning
Sample message
Use of a direct database call is discouraged.
WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().334
- Category
- Maintainability
- Occurrences
- 334
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
ERRORSecuritySQL query is not preparedUse placeholders and $wpdb->prepare(); found !289
- Category
- Security
- Occurrences
- 289
- Severity
- error
Sample message
Use placeholders and $wpdb->prepare(); found !
ERRORI18nText Domain MismatchMismatched text domain. Expected 'form-maker' but got "form_maker".146
- Category
- I18n
- Occurrences
- 146
- Severity
- error
Sample message
Mismatched text domain. Expected 'form-maker' but got "form_maker".
WARNINGSecurityMissing nonce verificationProcessing form data without nonce verification.126
- Category
- Security
- Occurrences
- 126
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGMaintainabilitySchema ChangeAttempting a database schema change is discouraged.117
- Category
- Maintainability
- Occurrences
- 117
- Severity
- warning
Sample message
Attempting a database schema change is discouraged.
ERRORSecurityDatabase parameter is not escapedUnescaped parameter $col used in $wpdb->get_var()\n$col used without escaping.102
- Category
- Security
- Occurrences
- 102
- Severity
- error
Sample message
Unescaped parameter $col used in $wpdb->get_var()\n$col used without escaping.
Show 15 moreShow less
WARNINGSecurityRequest data is not unslashed87
- Category
- Security
- Occurrences
- 87
- Severity
- warning
Sample message
$_COOKIE[self::$cookie_name] not unslashed before sanitization. Use wp_unslash() or similar
WARNINGSecurityNonce verification recommended70
- Category
- Security
- Occurrences
- 70
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGSecurityInput is not sanitized64
- Category
- Security
- Occurrences
- 64
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[self::$cookie_name]
WARNINGMaintainabilityNot In Footer60
- Category
- Maintainability
- Occurrences
- 60
- Severity
- warning
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.
ERRORI18nMissing Translators Comment60
- Category
- I18n
- Occurrences
- 60
- Severity
- error
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.
WARNINGSecurityInput is not validated28
- Category
- Security
- Occurrences
- 28
- Severity
- warning
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.
ERRORMaintainabilitydate date26
- Category
- Maintainability
- Occurrences
- 26
- Severity
- error
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
ERRORMaintainabilityrand rand24
- Category
- Maintainability
- Occurrences
- 24
- Severity
- error
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
WARNINGMaintainabilityMissing Version17
- Category
- Maintainability
- Occurrences
- 17
- Severity
- warning
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.
ERRORSecurityQuoted Simple Placeholder14
- Category
- Security
- Occurrences
- 14
- Severity
- error
Sample message
Simple placeholders should not be quoted in the query string in $wpdb->prepare(). Found: '%d'.
ERRORSecurityLike Wildcards In Query11
- Category
- Security
- Occurrences
- 11
- Severity
- error
Sample message
SQL wildcards for a LIKE query should be passed in through a replacement parameter. Found: LIKE "%%.
ERRORMaintainabilityfile system operations fwrite10
- Category
- Maintainability
- Occurrences
- 10
- Severity
- error
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
ERRORI18nUnordered Placeholders Text10
- Category
- I18n
- Occurrences
- 10
- Severity
- error
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'.
ERRORMaintainabilityfile system operations fclose9
- Category
- Maintainability
- Occurrences
- 9
- Severity
- error
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
ERRORMaintainabilityfile system operations fopen9
- Category
- Maintainability
- Occurrences
- 9
- Severity
- error
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
External Connections
Not analyzed yet.
Score History
First score snapshot
v1.15.44
23
Latest
- Findings
- 6,025
- Errors
- 4,746
- Warnings
- 1,279
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 6,025 | 4,746 | 1,279 | v1.15.44 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.