AfterShip Tracking – All-In-One WooCommerce Order Tracking (Free plan available)

Track orders in one place. shipment tracking, automated notifications, order lookup, branded tracking page, delivery day prediction

v1.18.1AfterShip & AutomizelyUpdated Added 8k+ installs96% rating
26
Score
286
Errors
291
Warnings
+0
Change

Category Scores

Security0
Repo86
Performance100
Maintainability14

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

577 findings

Security

246

7 issue groups

I18n

164

3 issue groups

Maintainability

146

15 issue groups

ERRORI18nText Domain MismatchMismatched text domain. Expected 'aftership-woocommerce-tracking' but got 'aftership'.138
Category
I18n
Occurrences
138
Severity
error

Sample message

Mismatched text domain. Expected 'aftership-woocommerce-tracking' but got 'aftership'.

WARNINGSecurityRequest data is not unslashed$_GET['_jsonp'] not unslashed before sanitization. Use wp_unslash() or similar62
Category
Security
Occurrences
62
Severity
warning

Sample message

$_GET['_jsonp'] not unslashed before sanitization. Use wp_unslash() or similar

WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_FILES['aftership_orders_tracking_file']56
Category
Security
Occurrences
56
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_FILES['aftership_orders_tracking_file']

ERRORMaintainabilitywp function not compatible with requires wpFunction "delete_user_meta()" requires WordPress 3.0.0, but your plugin minimum supported version is WordPress 2.9.0.53
Category
Maintainability
Occurrences
53
Severity
error

Sample message

Function "delete_user_meta()" requires WordPress 3.0.0, but your plugin minimum supported version is WordPress 2.9.0.

WARNINGSecurityMissing nonce verificationProcessing form data without nonce verification.36
Category
Security
Occurrences
36
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.30
Category
Security
Occurrences
30
Severity
warning

Sample message

Processing form data without nonce verification.

ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$couriers'.26
Category
Security
Occurrences
26
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$couriers'.

WARNINGSecurityInput is not validatedDetected usage of a possibly undefined superglobal array index: $_POST['aftership_tracking_account_number']. Check that the array index exists before using it.22
Category
Security
Occurrences
22
Severity
warning

Sample message

Detected usage of a possibly undefined superglobal array index: $_POST['aftership_tracking_account_number']. Check that the array index exists before using it.

WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$active_plugin".20
Category
Maintainability
Occurrences
20
Severity
warning

Sample message

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$active_plugin".

ERRORI18nInterpolated Variable TextThe $text parameter must not contain interpolated variables or expressions. Found: $total16
Category
I18n
Occurrences
16
Severity
error

Sample message

The $text parameter must not contain interpolated variables or expressions. Found: $total

Show 15 more
ERRORSecurityUnsafe printing function14
Category
Security
Occurrences
14
Severity
error

Sample message

All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.

WARNINGMaintainabilityNot In Footer14
Category
Maintainability
Occurrences
14
Severity
warning

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.

WARNINGMaintainabilityMissing Version12
Category
Maintainability
Occurrences
12
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.

WARNINGMaintainabilityNon-prefixed function10
Category
Maintainability
Occurrences
10
Severity
warning

Sample message

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "convert_country_code".

ERRORI18nMissing Translators Comment10
Category
I18n
Occurrences
10
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.

ERRORMaintainabilityfile system operations fclose8
Category
Maintainability
Occurrences
8
Severity
error

Sample message

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().

WARNINGMaintainabilityNon-prefixed class4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "AM_REST_Controller".

ERRORMaintainabilityfile system operations fopen4
Category
Maintainability
Occurrences
4
Severity
error

Sample message

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().

ERRORMaintainabilityMissing direct file access protection4
Category
Maintainability
Occurrences
4
Severity
error

Sample message

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

WARNINGMaintainabilityslow db query tax query3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

Detected usage of tax_query, possible slow query.

ERRORMaintainabilitydate date3
Category
Maintainability
Occurrences
3
Severity
error

Sample message

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

WARNINGMaintainabilityNon-prefixed hook name3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'woocommerce_api_' . $api".

WARNINGMaintainabilityerror log error log3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

error_log() found. Debug code should not normally be used in production.

WARNINGMaintainabilitytrademarked term3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

The plugin name includes a restricted term. Your chosen plugin name - "AfterShip Tracking - All-In-One WooCommerce Order Tracking (Free plan available)" - contains the restricted term "woocommerce" which cannot be used within in your plugin name, unless your plugin name contains one of the allowed patterns: "for woocommerce", "with woocommerce", "using woocommerce", or "and woocommerce". The term must still not appear anywhere else in your name.

WARNINGMaintainabilityDirect Query2
Category
Maintainability
Occurrences
2
Severity
warning

Sample message

Use of a direct database call is discouraged.

External Connections

Not analyzed yet.

Score History

First score snapshot

v1.18.1

26

Latest

Findings
577
Errors
286
Warnings
291
Check
2.0.0

Relationship Map

Author, categories, issues, domains, and nearby plugins.

29 nodes

Related Plugins