A simple WooCommerce payment gateway for Wise (formerly TransferWise)
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Security
42
3 issue groups
I18n
8
2 issue groups
Maintainability
7
5 issue groups
Repo Compliance
1
1 issue group
ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$k'.18
- Category
- Security
- Occurrences
- 18
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$k'.
WARNINGSecurityMissing nonce verificationProcessing form data without nonce verification.16
- Category
- Security
- Occurrences
- 16
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_POST['ew_wise_account_currency']8
- Category
- Security
- Occurrences
- 8
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_POST['ew_wise_account_currency']
ERRORI18nNon Singular String Literal TextThe $text parameter must be a single text string literal. Found: "- Please choose a receiving account that best fits your situation, and wire the funds using your banking facility<br>\n"\r\n ."- The receiving account type is: <i>Checking</i><br>\n" \r\n ."- As payment reference use your <i>Order number</i><br>\n"\r\n ."- Please mind orders won't be shipped until funds have cleared our end.\n"7
- Category
- I18n
- Occurrences
- 7
- Severity
- error
Sample message
The $text parameter must be a single text string literal. Found: "- Please choose a receiving account that best fits your situation, and wire the funds using your banking facility<br>\n"\r\n ."- The receiving account type is: <i>Checking</i><br>\n" \r\n ."- As payment reference use your <i>Order number</i><br>\n"\r\n ."- Please mind orders won't be shipped until funds have cleared our end.\n"
WARNINGMaintainabilitytrademarked termThe plugin name includes a restricted term. Your chosen plugin name - "Gateway for Wise on WooCommerce" - contains the restricted term "woocommerce" which cannot be used within in your plugin name, unless your plugin name contains one of the allowed patterns: "for woocommerce", "with woocommerce", "using woocommerce", or "and woocommerce". The term must still not appear anywhere else in your name.3
- Category
- Maintainability
- Occurrences
- 3
- Severity
- warning
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "Gateway for Wise on WooCommerce" - contains the restricted term "woocommerce" which cannot be used within in your plugin name, unless your plugin name contains one of the allowed patterns: "for woocommerce", "with woocommerce", "using woocommerce", or "and woocommerce". The term must still not appear anywhere else in your name.
WARNINGMaintainabilityDynamic hook nameHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "{$this->id}_limit_orders".1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "{$this->id}_limit_orders".
WARNINGMaintainabilityNon-prefixed classClasses declared by a theme/plugin should start with the theme/plugin prefix. Found: "EW_Gateway_Wise".1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "EW_Gateway_Wise".
WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$wise_settings".1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$wise_settings".
ERRORI18nMissing Arg DomainMissing $domain parameter in function call to esc_html_e().1
- Category
- I18n
- Occurrences
- 1
- Severity
- error
Sample message
Missing $domain parameter in function call to esc_html_e().
ERRORRepo Complianceoutdated tested upto headerTested up to: 6.9 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.1
- Category
- Repo Compliance
- Occurrences
- 1
- Severity
- error
Sample message
Tested up to: 6.9 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
Show 1 moreShow less
ERRORMaintainabilityuninstall missing constant check1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- error
Sample message
Check for WP_UNINSTALL_PLUGIN constant missing.
External Connections
Not analyzed yet.
Score History
First score snapshot
v2.2.2
49
Latest
- Findings
- 58
- Errors
- 28
- Warnings
- 30
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 49 | 58 | 28 | 30 | v2.2.2 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.