Pay for Payment for WooCommerce

Setup individual charges for each payment method in WooCommerce.

v2.2.2Karolina VyskocilovaUpdated Added 10k+ installs94% rating
41
Score
29
Errors
67
Warnings
+0
Change

Category Scores

Security0
Repo94
Performance100
Maintainability82

Top Issues by Category

Issues Details

96 issues found in latest scan

WARNING37
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

ERROR10
WordPress.Security.EscapeOutput.OutputNotEscaped

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

WARNING8
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING7
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "wcml_raw_price_amount".

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

WARNING5
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

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

WARNING4
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_POST[$prefix . '_pay4pay_item_title'] not unslashed before sanitization. Use wp_unslash() or similar

ERROR4
WordPress.WP.AlternativeFunctions.strip_tags_strip_tags

strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.

ERROR3
WordPress.Security.EscapeOutput.UnsafePrintingFunction

All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.

ERROR3
missing_direct_file_access_protection

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

WARNING2
WordPress.WP.EnqueuedResourceParameters.MissingVersion

Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.

WARNING1
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

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

WARNING1
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_POST[$prefix . '_pay4pay_tax_class']

WARNING1
WordPress.WP.EnqueuedResourceParameters.NotInFooter

In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.

ERROR1
WordPress.WP.I18n.TextDomainMismatch

Mismatched text domain. Expected 'woocommerce-pay-for-payment' but got 'pay4pay'.

ERROR1
WordPress.WP.I18n.UnorderedPlaceholdersText

Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s, %3$s, %4$s", but got "%s, %s, %s, %s" in 'To fix the issue, contact the plugin author either on %sGithub%s or %sWordPress.org%s and provide following information:'.

ERROR1
outdated_tested_upto_header

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.

WARNING1
trademarked_term

The plugin slug includes a restricted term. Your plugin slug - "woocommerce-pay-for-payment" - contains the restricted term "woocommerce" which cannot be used within in your plugin slug, unless your plugin slug 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 plugin slug.

Latest Snapshot

Findings

96

Errors

29

Warnings

67

Score History

First score snapshot

First scan completed

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

v2.2.2

41

Latest

Findings
96
Errors
29
Warnings
67
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins