Quotes add-on for the WordPress payments plugin GetPaid. Allows you to create quotes, send them to clients and convert them to Invoices when accepted …
Prioritized issue groups from the latest Plugin Check scan
I18n
171
6 issue groups
Security
29
7 issue groups
Maintainability
9
3 issue groups
Repo Compliance
3
3 issue groups
Sample message
Mismatched text domain. Expected 'invoicing-quotes' but got 'wpinv-quotes'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<a href='$edit_link' title='$invoice_details'><strong>$invoice_number</strong></a>"'.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "getpaid_after_quote_actions_metabox".
Sample message
Processing form data without nonce verification.
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
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
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.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Detected usage of a non-sanitized input variable: $_POST['wpinv_quote_valid_until']
Sample message
$_POST['wpinv_quote_valid_until'] not unslashed before sanitization. Use wp_unslash() or similar
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
Translatable string should not be wrapped in HTML. Found: '<p>Here are the quote details.</p>'
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'Converted from Quote #%s to Invoice #%s.'.
Sample message
Your plugin has a different license declared in the readme file and plugin header. Please update your readme with a valid GPL license identifier.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
One or more tags were ignored. Please limit your plugin to 5 tags.
Sample message
The "Short Description" section is too long and was truncated. A maximum of 150 characters is supported.
Sample message
The "Text Domain" header in the plugin file does not match the slug. Found "wpinv-quotes", expected "invoicing-quotes".
Potential connections found in static code analysis.
Outbound calls
15
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
First score snapshot
v2.0.10
40
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 40 | 212 | 191 | 21 | v2.0.10 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.