Currency Switcher for WooCommerce

Currency Switcher for WooCommerce.

v2.16.6WP WhamUpdated 2026-03-16Added Jul 28, 201610k+ installs84% rating
32
Score
357
Errors
263
Warnings
+0
Change

Category Scores

Security0
Repo94
Performance100
Maintainability40

Top Issues by Category

i18n294
security179
maintainability145

Issues Details

620 issues found in latest scan

ERROR271
WordPress.WP.I18n.TextDomainMismatch

Mismatched text domain. Expected 'currency-switcher-woocommerce' but got 'woocommerce'.

WARNING75
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING56
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

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

ERROR45
WordPress.Security.EscapeOutput.OutputNotEscaped

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

WARNING35
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

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

WARNING20
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

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

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

WARNING18
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound

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

WARNING16
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

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

WARNING14
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

WARNING9
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "ALG_IS_WC_VERSION_AT_LEAST_3_2".

WARNING7
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

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

ERROR6
WordPress.DateTime.RestrictedFunctions.date_date

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

WARNING6
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

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

ERROR6
missing_direct_file_access_protection

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

WARNING2
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING2
WordPress.DB.DirectDatabaseQuery.NoCaching

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

ERROR2
WordPress.Security.EscapeOutput.UnsafePrintingFunction

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

ERROR2
WordPress.WP.AlternativeFunctions.rand_rand

rand() is discouraged. Use the far less predictable wp_rand() instead.

ERROR2
WordPress.WP.I18n.MissingArgDomain

Missing $domain parameter in function call to _e().

WARNING1
WordPress.PHP.DevelopmentFunctions.error_log_debug_backtrace

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

WARNING1
WordPress.PHP.DevelopmentFunctions.error_log_print_r

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

ERROR1
WordPress.WP.AlternativeFunctions.strip_tags_strip_tags

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

ERROR1
WordPress.WP.I18n.NonSingularStringLiteralText

The $text parameter must be a single text string literal. Found: $title

ERROR1
WordPress.WP.I18n.UnorderedPlaceholdersText

Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'You can also use <strong>switcher widget</strong>, %s <strong>shortcodes</strong> or %s <strong>PHP function</strong>.'.

Latest Snapshot

Findings

620

Errors

357

Warnings

263

Score History

First score snapshot

First scan completed Jun 20, 2026

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

Jun 20, 2026

v2.16.6

32

Latest

Findings
620
Errors
357
Warnings
263
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins