Mollie Payments for WooCommerce
mollie-payments-for-woocommerce
Accept all major payment methods in WooCommerce today. Credit cards, iDEAL and more! Fast, safe and intuitive.
Score breakdown
| Richiede WordPress | 5.0 o superiore |
| Testato fino a | 6.9.4 Attuale |
| Richiede PHP | 7.4 o superiore |
| Ultimo aggiornamento | Recente |
| Dipendenze da plugin |
woocommerce
|
| WP–PHP compatibility | ok PHP 7.4+ is compatible with WP 5.0+ (which requires PHP 5.2.4+). |
Declared PHP 7.4+ is above the effective minimum (7.1+) — unnecessarily strict. Effective minimum: PHP 7.1+.
Lowest required PHP version: 7.1
The coding standards scan found 0 error(s) and 16 warning(s), but the weighted issue density is only 0.04 per 100 non-empty PHP lines across 38307 lines.
Detected 0 error(s) and 16 warning(s) across 8 file(s) with issues, with a weighted density of 0.04 per 100 non-empty PHP lines.
Issues by rule
WordPress.Security.NonceVerification.Recommended
|
11 |
WordPress.Security.NonceVerification.Missing
|
3 |
WordPress.PHP.DevelopmentFunctions.error_log_trigger_error
|
2 |
Issues 16
-
warning
Processing form data without nonce verification.WordPress.Security.NonceVerification.Missing
mollie-payments-for-woocommerce/lib/payment-gateway/src/PaymentGateway.php line 285:40 -
warning
trigger_error() found. Debug code should not normally be used in production.WordPress.PHP.DevelopmentFunctions.error_log_trigger_error
mollie-payments-for-woocommerce/src/Settings/Settings.php line 321:13 -
warning
Processing form data without nonce verification.WordPress.Security.NonceVerification.Missing
mollie-payments-for-woocommerce/src/Settings/Settings.php line 506:23 -
warning
Processing form data without nonce verification.WordPress.Security.NonceVerification.Missing
mollie-payments-for-woocommerce/src/Settings/Settings.php line 506:91 -
warning
trigger_error() found. Debug code should not normally be used in production.WordPress.PHP.DevelopmentFunctions.error_log_trigger_error
mollie-payments-for-woocommerce/src/Shared/Data.php line 135:13 -
warning
Processing form data without nonce verification.WordPress.Security.NonceVerification.Recommended
mollie-payments-for-woocommerce/src/Shared/GatewaySurchargeHandler.php line 156:30 -
warning
Processing form data without nonce verification.WordPress.Security.NonceVerification.Recommended
mollie-payments-for-woocommerce/src/Shared/GatewaySurchargeHandler.php line 156:97 -
warning
Processing form data without nonce verification.WordPress.Security.NonceVerification.Recommended
mollie-payments-for-woocommerce/src/Gateway/GatewayModule.php line 270:63 -
warning
Processing form data without nonce verification.WordPress.Security.NonceVerification.Recommended
mollie-payments-for-woocommerce/src/Gateway/MolliePaymentGatewayHandler.php line 319:80 -
warning
Processing form data without nonce verification.WordPress.Security.NonceVerification.Recommended
mollie-payments-for-woocommerce/src/Payment/PaymentModule.php line 222:19 -
warning
Processing form data without nonce verification.WordPress.Security.NonceVerification.Recommended
mollie-payments-for-woocommerce/src/Payment/PaymentModule.php line 223:58 -
warning
Processing form data without nonce verification.WordPress.Security.NonceVerification.Recommended
mollie-payments-for-woocommerce/src/Payment/MollieOrderService.php line 59:19 -
warning
Processing form data without nonce verification.WordPress.Security.NonceVerification.Recommended
mollie-payments-for-woocommerce/src/Payment/MollieOrderService.php line 63:19 -
warning
Processing form data without nonce verification.WordPress.Security.NonceVerification.Recommended
mollie-payments-for-woocommerce/src/Payment/MollieOrderService.php line 63:47 -
warning
Processing form data without nonce verification.WordPress.Security.NonceVerification.Recommended
mollie-payments-for-woocommerce/src/Payment/MollieOrderService.php line 68:52 -
warning
Processing form data without nonce verification.WordPress.Security.NonceVerification.Recommended
mollie-payments-for-woocommerce/src/Payment/MollieOrderService.php line 69:47
The plugin declares WordPress 5.0, but wp-since found 1 compatibility issue(s) that push the suggested minimum WordPress version to 6.4.0.
✅ Minimum version declared: 5.0 (from main plugin file header) 🚨 Compatibility issues found: ┌─────────────────────────────┬──────────────────┐ │ Symbol │ Introduced in WP │ ├─────────────────────────────┼──────────────────┤ │ wp_trigger_error_run (hook) │ 6.4.0 │ └─────────────────────────────┴──────────────────┘ 📌 Suggested version required: 6.4.0
Issues 1
-
info