WordPress invoice plugin for freelancers & small businesses. Create unlimited invoices, PDF quotes & accept PayPal payments.
Prioritized issue groups from the latest Plugin Check scan
Security
1,762
12 issue groups
Maintainability
1,497
11 issue groups
I18n
81
2 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$a".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"#{$elementId} { position: absolute; "'.
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['action'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_FILES['payment_proof']
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
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
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
Detected usage of a possibly undefined superglobal array index: $_FILES['payment_proof']['error']. Check that the array index exists before using it.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Detected usage of meta_query, possible slow query.
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
Multiple placeholders in translatable strings should be ordered. Expected "%1$d, %2$d", but got "%d, %d" in 'Emptied trash: %d quotes deleted successfully, %d failed.'.
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
var_export() found. Debug code should not normally be used in production.
Sample message
Sanitization missing for register_setting().
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Method $name does not exist"'.
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $invoice_meta_table at LEFT JOIN $invoice_meta_table pm ON p.ID = pm.post_id\n
Sample message
Use placeholders and $wpdb->prepare(); found $query
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$this->getFieldFilterName()".
Potential connections found in static code analysis.
Outbound calls
210
External assets
3
Incoming endpoints
87
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
admin_post
admin_post
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
61 more hidden
5 score snapshots
v2.3.8
24
Latest
v2.3.7
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 3,379 | 1,366 | 2,013 | v2.3.8 | 2.1.0 |
| 24 | 3,379 | 1,366 | 2,013 | v2.3.7 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.