Easiest, fastest and the cheapest way to integrate couriers with all deliveries methods to send parcels with just a few button clicks.
Prioritized issue groups from the latest Plugin Check scan
Security
287
10 issue groups
Maintainability
238
14 issue groups
I18n
15
1 issue group
Sample message
File has mixed line endings; this may cause incorrect results
Sample message
$_GET['_wp_nonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_GET['_wp_nonce']
Sample message
Use placeholders and $wpdb->prepare(); found $query
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['_wpnonce']. Check that the array index exists before using it.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$aeroCheckoutEnd'.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "MP_Actions".
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
Sample message
Use of a direct database call is discouraged.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "MultiParcels".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "active_plugins".
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Function "get_user_locale()" requires WordPress 4.7.0, but your plugin minimum supported version is WordPress 4.4.0.
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
Processing form data without nonce verification.
Sample message
Unescaped parameter $query used in $wpdb->get_results()\n$query assigned unsafely at line 129.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Found call to wp_register_script() with external resource. Offloading scripts to your servers or any remote service is disallowed.
Sample message
Unescaped parameter $table_name used in $wpdb->query()\n$table_name assigned unsafely at line 65.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Simple placeholders should not be quoted in the query string in $wpdb->prepare(). Found: '%s'.
Sample message
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
File and folder names must not contain spaces or special characters.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Attempting a database schema change is discouraged.
Potential connections found in static code analysis.
Outbound calls
18
External assets
1
Incoming endpoints
34
register_rest_route
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
admin_post
admin_post
admin_post
admin_post
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
7 more hidden
10 score snapshots
v1.30.36
23
Latest
v1.30.35
20
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 584 | 197 | 387 | v1.30.36 | 2.0.0 |
| 20 | 592 | 203 | 389 | v1.30.35 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.