Create calculators, quotes, registrations, order forms easily with the most advanced form builder.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
579
16 issue groups
Security
517
8 issue groups
I18n
179
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$config_dir is OK.\n"'.
Sample message
Missing $domain parameter in function call to __().
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
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"'$name' is not a registered object"'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$GDPR".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Use placeholders and $wpdb->prepare(); found $conditionText
Sample message
trigger_error() found. Debug code should not normally be used in production.
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
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "ComparatorBase".
Sample message
$_GET['action'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
File and folder names must not contain spaces or special characters.
Sample message
Detected usage of a non-sanitized input variable: $_FILES['upload_file']['tmp_name']
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
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
var_export() found. Debug code should not normally be used in production.
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['upload_file']['error']. Check that the array index exists before using it.
Sample message
Function "mb_strlen()" requires WordPress 4.2.0, but your plugin minimum supported version is WordPress 3.3.0.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fputs().
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "GetPHPFormula".
Sample message
error_reporting() can lead to full path disclosure.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "add_smart_forms_menu_items".
Not analyzed yet.
First score snapshot
v2.6.104
21
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 21 | 1,350 | 776 | 574 | v2.6.104 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.