Allows you to accept fast and secure payments for products and services via a payment popup window, supporting both the new PayPal and Stripe Checkout …
Prioritized issue groups from the latest Plugin Check scan
Security
768
8 issue groups
Maintainability
321
13 issue groups
I18n
77
4 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<h3 class='hndle'><label for='title'>{$section['title']}</label></h3>\n"'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$arg".
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['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Cannot save property `{$key}` containing an API resource of type "'.
Sample message
Detected usage of a non-sanitized input variable: $_GET['_wpnonce']
Sample message
Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "WP_Express_Checkout".
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
Detected usage of a possibly undefined superglobal array index: $_GET['action']. Check that the array index exists before using it.
Sample message
trigger_error() found. Debug code should not normally be used in production.
Sample message
Missing $domain parameter in function call to _e().
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
The $text parameter must be a single text string literal. Found: ! empty( $manual_checkout_btn_text ) ? $manual_checkout_btn_text : __( 'Proceed to Manual Checkout', 'wp-express-checkout' )
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "PayPal_Utility_Functions::hook('paypal_api_request_by_url_args')".
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
The $text text string should have translatable content. Found: ''
Sample message
Detected usage of meta_query, possible slow query.
Not analyzed yet.
First score snapshot
v2.4.8
22
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 22 | 1,218 | 591 | 627 | v2.4.8 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.