Stripe Payments for WordPress made easy. Accept credit cards on your WordPress site using the Stripe payments add-on for GetPaid.
Prioritized issue groups from the latest Plugin Check scan
I18n
195
5 issue groups
Maintainability
37
11 issue groups
Security
16
5 issue groups
Repo Compliance
2
2 issue groups
Sample message
Mismatched text domain. Expected 'getpaid-stripe-payments' but got 'wpinv-stripe'.
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
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$gp_stripe_renew_args".
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 non-sanitized input variable: $_GET['invoice_key']
Sample message
$_GET['invoice_key'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of meta_key, 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
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "plugin_locale".
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
print_r() found. Debug code should not normally be used in production.
Sample message
wp_debug_backtrace_summary() found. Debug code should not normally be used in production.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['REMOTE_ADDR']. Check that the array index exists before using it.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'Copy this URL and save it in <strong>Webhook Endpoint Url</strong> at <strong>Stripe Dashboard > Developers > Webhooks</strong>. Check full documentation for %s<strong>Stripe Webhook Setup</strong>%s.'.
Sample message
Application files are not permitted.
Sample message
The "/vendor" directory using composer exists, but "composer.json" file is missing.
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-stripe", expected "getpaid-stripe-payments".
Not analyzed yet.
First score snapshot
v2.3.25
61
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 61 | 250 | 206 | 44 | v2.3.25 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.