Manage order statuses in WooCommerce. Beautifully.
| Code | Message | Location | Category | |
|---|---|---|---|---|
| ERROR | hidden_files | Hidden files are not permitted. | — | Plugin Repo |
| ERROR | WordPress.Security.EscapeOutput.OutputNotEscaped | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$html'. | 591:14 | Security |
| ERROR | PluginCheck.CodeAnalysis.DiscouragedFunctions.load_plugin_textdomainFound | load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed. | 111:3 | Plugin Repo |
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'woocommerce_get_settings_' . $this->id . '_' . $current_section". | 45:28 | Plugin Repo |
| WARNING | WordPress.Security.ValidatedSanitizedInput.MissingUnslash | $_POST[$option['id']] not unslashed before sanitization. Use wp_unslash() or similar | 614:7 | Security |
| WARNING | WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | Detected usage of a non-sanitized input variable: $_POST[$option['id']] | 614:7 | Security |
| WARNING | WordPress.Security.NonceVerification.Missing | Processing form data without nonce verification. | 613:14 | Security |
| WARNING | WordPress.Security.NonceVerification.Missing | Processing form data without nonce verification. | 614:7 | Security |
| 15.11.2025, 17:35:19 | 13s | 98 | 4 | 4 |