Restore PayPal Standard for WooCommerce

Re-enables the PayPal Standard payment gateway for WooCommerce.

v3.1.0Scott PatersonUpdated Added 3k+ installs100% rating
47
Score
19
Errors
53
Warnings
+0
Change

Category Scores

Security8
Repo100
Performance100
Maintainability87

Top Issues by Category

Issues Details

72 issues found in latest scan

WARNING16
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

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

WARNING10
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_GET['rpsfw_nonce'] not unslashed before sanitization. Use wp_unslash() or similar

WARNING8
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

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

WARNING6
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'woocommerce_settings_api_sanitized_fields_' . $this->gateway->id".

ERROR5
WordPress.Security.EscapeOutput.OutputNotEscaped

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

WARNING5
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_GET['rpsfw_nonce']

WARNING3
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

WARNING1
PluginCheck.CodeAnalysis.DiscouragedFunctions.load_plugin_textdomainFound

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.

WARNING1
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound

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

WARNING1
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "woo_paypal_standard_init".

WARNING1
WordPress.PHP.DevelopmentFunctions.error_log_error_log

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

ERROR1
WordPress.WP.I18n.UnorderedPlaceholdersText

Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'PayPal PDT: Payment pending (%s). Reason: %s'.

WARNING1
mismatched_plugin_name

Plugin name "Restore PayPal Standard for WooCommerce" is different from the name declared in plugin header "Restore Paypal Standard For WooCommerce".

Latest Snapshot

Findings

72

Errors

19

Warnings

53

Score History

First score snapshot

First scan completed

v3.1.0 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

v3.1.0

47

Latest

Findings
72
Errors
19
Warnings
53
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins