Re-enables the PayPal Standard payment gateway for WooCommerce.
Category Scores
Top Issues by Category
security39
maintainability18
Issues Details
72 issues found in latest scan
Processing form data without nonce verification.
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.
$_GET['rpsfw_nonce'] not unslashed before sanitization. Use wp_unslash() or similar
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$enable_native_paypal".
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'woocommerce_settings_api_sanitized_fields_' . $this->gateway->id".
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$class'.
Detected usage of a non-sanitized input variable: $_GET['rpsfw_nonce']
Processing form data without nonce verification.
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.
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WC_Gateway_PayPal_Standard_Blocks_Support".
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "woo_paypal_standard_init".
error_log() found. Debug code should not normally be used in production.
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'.
Plugin name "Restore PayPal Standard for WooCommerce" is different from the name declared in plugin header "Restore Paypal Standard For WooCommerce".
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.Security.NonceVerification.Recommended | WARNING | Processing form data without nonce verification. | 16 |
| WordPress.WP.I18n.MissingTranslatorsComment | ERROR | 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. | 13 |
| WordPress.Security.ValidatedSanitizedInput.MissingUnslash | WARNING | $_GET['rpsfw_nonce'] not unslashed before sanitization. Use wp_unslash() or similar | 10 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$enable_native_paypal". | 8 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'woocommerce_settings_api_sanitized_fields_' . $this->gateway->id". | 6 |
| WordPress.Security.EscapeOutput.OutputNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$class'. | 5 |
| WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | WARNING | Detected usage of a non-sanitized input variable: $_GET['rpsfw_nonce'] | 5 |
| WordPress.Security.NonceVerification.Missing | WARNING | Processing form data without nonce verification. | 3 |
| PluginCheck.CodeAnalysis.DiscouragedFunctions.load_plugin_textdomainFound | WARNING | 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. | 1 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound | WARNING | Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WC_Gateway_PayPal_Standard_Blocks_Support". | 1 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | WARNING | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "woo_paypal_standard_init". | 1 |
| WordPress.PHP.DevelopmentFunctions.error_log_error_log | WARNING | error_log() found. Debug code should not normally be used in production. | 1 |
| WordPress.WP.I18n.UnorderedPlaceholdersText | ERROR | 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'. | 1 |
| mismatched_plugin_name | WARNING | Plugin name "Restore PayPal Standard for WooCommerce" is different from the name declared in plugin header "Restore Paypal Standard For WooCommerce". | 1 |
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
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Latest | 47 | 72 | 19 | 53 | v3.1.0 | 2.0.0 | 2026.06-mvp-static-v2 |