A Simple Plugin to change WooCommerce SKU Label to ISBN or any other custom text. No need to touch any code or core WooCommerce functions.
| Code | Message | Location | Category | |
|---|---|---|---|---|
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "appsero_init_tracker_woo_sku_label_changer". | 8:9 | Plugin Repo |
| ERROR | WordPress.WP.I18n.TextDomainMismatch | Mismatched text domain. Expected 'woo-sku-label-changer' but got 'wcsku-label'. | 118:58 | General |
| ERROR | invalid_tested_upto_minor | Tested up to: 6.8.1 The version number should only include major versions 6.8. | — | Plugin Repo |
| WARNING | WordPress.Security.ValidatedSanitizedInput.MissingUnslash | $_POST['skutext'] not unslashed before sanitization. Use wp_unslash() or similar | 63:44 | Security |
| WARNING | WordPress.Security.ValidatedSanitizedInput.InputNotValidated | Detected usage of a possibly undefined superglobal array index: $_POST['skuoptions']. Use isset() or empty() to check the index exists before using it | 64:47 | Security |
| WARNING | WordPress.Security.ValidatedSanitizedInput.MissingUnslash | $_POST['skuoptions'] not unslashed before sanitization. Use wp_unslash() or similar | 64:47 | Security |
| WARNING | WordPress.Security.ValidatedSanitizedInput.MissingUnslash | $_COOKIE["wcsku-hide-notice"] not unslashed before sanitization. Use wp_unslash() or similar | 94:33 | Security |
| WARNING | WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | Detected usage of a non-sanitized input variable: $_COOKIE["wcsku-hide-notice"] | 94:33 | Security |
| WARNING | textdomain_mismatch | The "Text Domain" header in the plugin file does not match the slug. Found "wcsku-label", expected "woo-sku-label-changer". | — | Plugin Repo |
| WARNING | WordPress.WP.EnqueuedResourceParameters.MissingVersion | Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching. | 44:17 | Performance |
| 15.11.2025, 19:34:55 | 11s | 97 | 3 | 10 |