Easy to use Wordpress plugin to accept PayPal payments for a service or product or donation in one click
Prioritized issue groups from the latest Plugin Check scan
Security
230
7 issue groups
I18n
174
4 issue groups
Maintainability
46
14 issue groups
Sample message
Mismatched text domain. Expected 'wordpress-easy-paypal-payment-or-donation-accept-plugin' but got "wordpress-accept-paypal-payment".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
$_COOKIE['wpapp_visitor_id'] 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 '$after_title'.
Sample message
Missing $domain parameter in function call to __().
Sample message
Processing form data without nonce verification.
Sample message
The $text parameter must be a single text string literal. Found: '<option value="AUD" '.( $paypal_payment_currency == "AUD" ? " selected ": "" ).'>Australian Dollar</option>'
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST["paypal_payment_currency"]. Check that the array index exists before using it.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['wpapp_visitor_id']
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "Paypal_payment_accept".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "PayPal_Utility_Functions::hook('generate_paypal_js_sdk_args')".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
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
Possible use of short open tags detected; found: <? _e("Set the Plugin Settings from the Se...
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "wp_pp_button_reference_value".
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Using __FILE__ for menu slugs risks exposing filesystem structure.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
The plugin slug includes a restricted term. Your plugin slug - "wordpress-easy-paypal-payment-or-donation-accept-plugin" - contains the restricted term "plugin" which cannot be used at all in your plugin slug.
Not analyzed yet.
First score snapshot
v5.1.4
35
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 450 | 322 | 128 | v5.1.4 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.