Accept Stripe Payments

Easily accept payments on your WordPress site via Stripe payment gateway.

v2.0.99mra13 / Team Tips and Tricks HQUpdated 2026-05-07Added Mar 3, 201520k+ installs82% rating50% support resolved
21
Score
373
Errors
882
Warnings
+0
Change

Category Scores

Security0
Repo75
Performance100
Maintainability0

Top Issues by Category

security732
maintainability450
i18n22
supply_chain5

Issues Details

1,255 issues found in latest scan

WARNING211
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

WARNING204
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'asp_product_edit_output_product_type_' . $type".

ERROR147
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$action_nonce'.

WARNING140
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$a".

WARNING132
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_COOKIE['asp_transient_id'] not unslashed before sanitization. Use wp_unslash() or similar

ERROR67
WordPress.Security.EscapeOutput.ExceptionNotEscaped

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 "'.

WARNING66
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_COOKIE['asp_transient_id']

ERROR57
WordPress.Security.EscapeOutput.UnsafePrintingFunction

All output should be run through an escaping function (like echo esc_html_x() or echo esc_attr_x()), found '_ex'.

WARNING31
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "ASPMain".

WARNING31
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

ERROR27
missing_direct_file_access_protection

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

WARNING21
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_GET['page']. Check that the array index exists before using it.

ERROR11
WordPress.WP.I18n.MissingArgDomain

Missing $domain parameter in function call to __().

WARNING9
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "ASP_MANAGEMENT_PERMISSION".

ERROR7
WordPress.DateTime.RestrictedFunctions.date_date

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

ERROR7
WordPress.WP.I18n.MissingTranslatorsComment

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.

WARNING6
WordPress.DB.SlowDBQuery.slow_db_query_meta_key

Detected usage of meta_key, possible slow query.

WARNING6
WordPress.DB.SlowDBQuery.slow_db_query_meta_value

Detected usage of meta_value, possible slow query.

ERROR5
WordPress.WP.AlternativeFunctions.parse_url_parse_url

parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.

WARNING5
WordPress.WP.EnqueuedResourceParameters.MissingVersion

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.

ERROR5
hidden_files

Hidden files are not permitted.

ERROR4
WordPress.WP.EnqueuedResources.NonEnqueuedScript

Scripts must be registered/enqueued via wp_enqueue_script()

ERROR4
WordPress.WP.I18n.NonSingularStringLiteralText

The $text parameter must be a single text string literal. Found: $pay_btn_text

WARNING3
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

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".

WARNING3
WordPress.PHP.DevelopmentFunctions.error_log_trigger_error

trigger_error() found. Debug code should not normally be used in production.

Latest Snapshot

Findings

1,255

Errors

373

Warnings

882

Score History

First score snapshot

First scan completed Jun 20, 2026

v2.0.99 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 20, 2026

v2.0.99

21

Latest

Findings
1,255
Errors
373
Warnings
882
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins