Elevate your store with Packlink PRO —the ultimate free shipping solution offering discounted rates from 350+ carriers instantly.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
149
13 issue groups
Security
95
8 issue groups
I18n
35
4 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$api_key".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$carrier_code'.
Sample message
Mismatched text domain. Expected 'packlink-pro-shipping' but got 'packlink_pro_shipping'.
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
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$actions_table} at "DELETE FROM {$actions_table} WHERE action_id IN ({$placeholders})"
Sample message
Processing form data without nonce verification.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "each".
Sample message
Missing $domain parameter in function call to esc_html_e().
Sample message
Unescaped parameter $actions_table used in $wpdb->get_col()\n$actions_table assigned unsafely at line 21.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$destination'.
Sample message
Replacement variables found, but no valid placeholders found in the query.
Sample message
Detected usage of a non-sanitized input variable: $_GET['order_id']
Sample message
$_GET['order_id'] not unslashed before sanitization. Use wp_unslash() or similar
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().
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
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
Function "determine_locale()" requires WordPress 5.0.0, but your plugin minimum supported version is WordPress 4.7.0.
Sample message
The use of function ini_set() is discouraged
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
Sample message
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
Potential connections found in static code analysis.
Outbound calls
96
External assets
12
Incoming endpoints
0
No public endpoints detected.
6 score snapshots
v4.3.0
26
Latest
v4.2.3
27
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 26 | 291 | 129 | 162 | v4.3.0 | 2.0.0 |
| 27 | 288 | 128 | 160 | v4.2.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.