Easy, simple setup to add a PayPal Donation button as a Widget or with a shortcode.
Prioritized issue groups from the latest Plugin Check scan
Security
88
4 issue groups
I18n
49
3 issue groups
Maintainability
22
7 issue groups
Repo Compliance
1
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"'><input style='padding: 10px 0 10px 0;' type='radio' name='{$optionKey}[button]' value='"'.
Sample message
The $domain parameter must be a single text string literal. Found: PayPalDonations::TEXT_DOMAIN
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$button_localized".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
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
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "pp_donations_ipn_listener".
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: "pd_button_localized_value".
Sample message
Processing form data without nonce verification.
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
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Sample message
Sanitization missing for register_setting().
Sample message
One or more tags were ignored. Please limit your plugin to 5 tags.
Sample message
The plugin slug includes a restricted term. Your plugin slug - "paypal-donations" - contains the restricted term "paypal" and cannot be used to begin your plugin slug. We disallow the use of certain terms in ways that are abused, or potentially infringe on and/or are misleading with regards to trademarks. You may use the term "paypal" elsewhere in your plugin slug, such as "... for paypal".
Not analyzed yet.
First score snapshot
v1.9.11
40
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 40 | 160 | 143 | 17 | v1.9.11 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.