Generate & print barcode labels for WooCommerce products and orders. Put various data on labels like price, SKU, name, attributes, customer data, etc
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
I18n
924
4 issue groups
Security
697
11 issue groups
Maintainability
516
10 issue groups
ERRORI18nText Domain MismatchMismatched text domain. Expected 'a4-barcode-generator' but got "wpbcu-barcode-generator".881
- Category
- I18n
- Occurrences
- 881
- Severity
- error
Sample message
Mismatched text domain. Expected 'a4-barcode-generator' but got "wpbcu-barcode-generator".
WARNINGSecurityMissing nonce verificationProcessing form data without nonce verification.213
- Category
- Security
- Occurrences
- 213
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.155
- Category
- Maintainability
- Occurrences
- 155
- 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().135
- Category
- Maintainability
- Occurrences
- 135
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
WARNINGSecurityRequest data is not unslashed$_GET['order_date'] not unslashed before sanitization. Use wp_unslash() or similar106
- Category
- Security
- Occurrences
- 106
- Severity
- warning
Sample message
$_GET['order_date'] not unslashed before sanitization. Use wp_unslash() or similar
WARNINGSecurityInterpolated SQL is not preparedUse placeholders and $wpdb->prepare(); found interpolated variable $postTypes at AND p.`post_type` IN($postTypes)\n98
- Category
- Security
- Occurrences
- 98
- Severity
- warning
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $postTypes at AND p.`post_type` IN($postTypes)\n
WARNINGSecurityDatabase parameter is not escapedUnescaped parameter $table used in $wpdb->query()\n$table assigned unsafely at line 40.66
- Category
- Security
- Occurrences
- 66
- Severity
- warning
Sample message
Unescaped parameter $table used in $wpdb->query()\n$table assigned unsafely at line 40.
ERRORSecuritySQL query is not preparedUse placeholders and $wpdb->prepare(); found $data52
- Category
- Security
- Occurrences
- 52
- Severity
- error
Sample message
Use placeholders and $wpdb->prepare(); found $data
ERRORMaintainabilityMissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;49
- Category
- Maintainability
- Occurrences
- 49
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.48
- Category
- Security
- Occurrences
- 48
- Severity
- warning
Sample message
Processing form data without nonce verification.
Show 15 moreShow less
WARNINGMaintainabilityNon-prefixed global variable46
- Category
- Maintainability
- Occurrences
- 46
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$ProductLabelsPrintingCore".
WARNINGSecurityInput is not sanitized44
- Category
- Security
- Occurrences
- 44
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_FILES["file"]
WARNINGMaintainabilityNon-prefixed namespace43
- Category
- Maintainability
- Occurrences
- 43
- Severity
- warning
Sample message
Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "SVG".
ERRORMaintainabilitywp function not compatible with requires wp36
- Category
- Maintainability
- Occurrences
- 36
- Severity
- error
Sample message
Function "get_term_meta()" requires WordPress 4.4.0, but your plugin minimum supported version is WordPress 4.0.1.
ERRORSecurityDatabase parameter is not escaped32
- Category
- Security
- Occurrences
- 32
- Severity
- error
Sample message
Unescaped parameter $metaSql used in $wpdb->get_results()\n$metaSql assigned unsafely at line 509.
ERRORI18nMissing Translators Comment22
- Category
- I18n
- Occurrences
- 22
- 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.
ERRORSecurityQuoted Simple Placeholder20
- Category
- Security
- Occurrences
- 20
- Severity
- error
Sample message
Simple placeholders should not be quoted in the query string in $wpdb->prepare(). Found: '%d'.
WARNINGMaintainabilityNon-prefixed hook name18
- Category
- Maintainability
- Occurrences
- 18
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "label_printing_field_value".
ERRORMaintainabilityNon Enqueued Stylesheet17
- Category
- Maintainability
- Occurrences
- 17
- Severity
- error
Sample message
Stylesheets must be registered/enqueued via wp_enqueue_style()
ERRORI18nMissing Arg Domain12
- Category
- I18n
- Occurrences
- 12
- Severity
- error
Sample message
Missing $domain parameter in function call to __().
ERRORSecurityOutput is not escaped11
- Category
- Security
- Occurrences
- 11
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$barcodeGenerator'.
WARNINGMaintainabilityMissing Version9
- Category
- Maintainability
- Occurrences
- 9
- 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.
ERRORI18nNo Empty Strings9
- Category
- I18n
- Occurrences
- 9
- Severity
- error
Sample message
The $text text string should have translatable content. Found: ''
ERRORMaintainabilityNo Explicit Version8
- Category
- Maintainability
- Occurrences
- 8
- Severity
- error
Sample message
Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_enqueue_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.
WARNINGSecurityInput is not validated7
- Category
- Security
- Occurrences
- 7
- Severity
- warning
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['withVariations']. Check that the array index exists before using it.
External Connections
Potential connections found in static code analysis.
Outbound calls
55
External assets
18
Incoming endpoints
52
Notable Domains
Platform / Reference Domains
External Asset Domains
Incoming Endpoints
No public endpoints detected.
Admin AJAX endpoints4
wp_ajax
wp_ajax
wp_ajax
wp_ajax
Score History
First score snapshot
v3.4.12
23
Latest
- Findings
- 2,212
- Errors
- 1,185
- Warnings
- 1,027
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 2,212 | 1,185 | 1,027 | v3.4.12 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.