Order tracking, status and project management plugin. Create tickets and tracking numbers. Send email updates. Works standalone and with WooCommerce.
Prioritized issue groups from the latest Plugin Check scan
Security
1,094
11 issue groups
Maintainability
239
8 issue groups
I18n
43
6 issue groups
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Processing form data without nonce verification.
Sample message
$_GET['customer_email'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<div class='notice notice-{$type}''>"'.
Sample message
Processing form data without nonce verification.
Sample message
Use of a direct database call is discouraged.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES[$input_name]. Check that the array index exists before using it.
Sample message
Detected usage of a non-sanitized input variable: $_FILES[$field_name]['name']
Sample message
Unescaped parameter $custom_fields_table_name used in $wpdb->get_results()\n$custom_fields_table_name assigned unsafely at line 231.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $custom_fields_table_name at "SELECT * FROM $custom_fields_table_name ORDER BY Field_Order ASC"
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
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
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
Mismatched text domain. Expected 'order-tracking' but got 'simple-admin-pages'.
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
Unescaped parameter $query_string used in $wpdb->get_results()\n$query_string assigned unsafely at line 184.
Sample message
Use placeholders and $wpdb->prepare(); found $query_string
Sample message
debug_backtrace() found. Debug code should not normally be used in production.
Sample message
Missing $domain parameter in function call to __().
Sample message
The $text text string should have translatable content. Found: ''
Sample message
The $text parameter must be a single text string literal. Found: $_POST['end_date']
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'As a thank you to our customers, for a limited time you can get a <strong>free pro license</strong>! Try the <a target=\'_blank\' href=\'%s\'>free version</a> today or use code <code>early_adopter_pro</code> to <a target=\'_blank\' href=\'%s\'>get your pro version license</a>!'.
Potential connections found in static code analysis.
Outbound calls
279
External assets
2
Incoming endpoints
19
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
3 more hidden
3 score snapshots
v3.5.3
28
Latest
v3.5.2
28
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 28 | 1,392 | 619 | 773 | v3.5.3 | 2.0.0 |
| 28 | 1,392 | 619 | 773 | v3.5.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.