Sell your products with personalised options. Add custom fields to your products, variations, checkout, order and your admin screens.
Prioritized issue groups from the latest Plugin Check scan
Security
353
10 issue groups
Maintainability
161
10 issue groups
I18n
28
5 issue groups
Sample message
Processing form data without nonce verification.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$_color_config'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$all_roles".
Sample message
Detected usage of a non-sanitized input variable: $_FILES[$fkey]
Sample message
$_GET["action"] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Function "current_action()" requires WordPress 3.9.0, but your plugin minimum supported version is WordPress 3.5.0.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "before_render_admin_common_meta".
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
Use placeholders and $wpdb->prepare(); found $offset
Sample message
Missing $domain parameter in function call to __().
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
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
Use of a direct database call is discouraged.
Sample message
Simple placeholders should not be quoted in the query string in $wpdb->prepare(). Found: '%s'.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Mismatched text domain. Expected 'wc-fields-factory' but got 'woocommerce'.
Sample message
Unescaped parameter $offset used in $wpdb->get_results()\n$offset assigned unsafely at line 787.
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
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
The $text text string should have translatable content. Found: ''
Sample message
The $text parameter must be a single text string literal. Found: $field["label"]
Sample message
Detected usage of a possibly undefined superglobal array index: $_REQUEST["product_tab_config_priority"]. Check that the array index exists before using it.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "WC Fields Factory" - contains the restricted term "wc" which cannot be used at all in your plugin name.
Not analyzed yet.
First score snapshot
v4.1.9
28
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 28 | 563 | 194 | 369 | v4.1.9 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.