Easily accept payments on your WordPress site via Stripe payment gateway.
Prioritized issue groups from the latest Plugin Check scan
Security
732
8 issue groups
Maintainability
460
13 issue groups
I18n
22
3 issue groups
Supply Chain
5
1 issue group
Sample message
Processing form data without nonce verification.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'asp_product_edit_output_product_type_' . $type".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$a".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$action_nonce'.
Sample message
$_COOKIE['asp_transient_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 '"Cannot save property `{$key}` containing an API resource of type "'.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['asp_transient_id']
Sample message
All output should be run through an escaping function (like echo esc_html_x() or echo esc_attr_x()), found '_ex'.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "ASPMain".
Sample message
Processing form data without nonce verification.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['page']. Check that the array index exists before using it.
Sample message
Missing $domain parameter in function call to __().
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "ASP_MANAGEMENT_PERMISSION".
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
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 meta_key, possible slow query.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Resource version not set in call to wp_register_script(). This means new versions of the script may not always be loaded due to browser caching.
Sample message
Hidden files are not permitted.
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
The $text parameter must be a single text string literal. Found: $pay_btn_text
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "asp_apply_dynamic_tags_on_email_body".
Sample message
trigger_error() found. Debug code should not normally be used in production.
Potential connections found in static code analysis.
Outbound calls
267
External assets
6
Incoming endpoints
27
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
4 more hidden
3 score snapshots
v2.1.1
21
Latest
v2.1.0
21
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 21 | 1,265 | 373 | 892 | v2.1.1 | 2.0.0 |
| 21 | 1,257 | 373 | 884 | v2.1.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.