This plugin extends WooCommerce by allowing a custom product tab to be created with any content.
| Code | Message | Location | Category | |
|---|---|---|---|---|
| ERROR | WordPress.WP.I18n.NonSingularStringLiteralText | The $text parameter must be a single text string literal. Found: $tab['title'] | 203:34 | General |
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "the_content". | 237:35 | Plugin Repo |
| 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. | 153:3 | 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 '$message'. | 464:55 | Security |
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "wc_custom_product_tabs_lite". | 497:1 | Plugin Repo |
| WARNING | WordPress.Security.NonceVerification.Missing | Processing form data without nonce verification. | 317:39 | Security |
| WARNING | WordPress.Security.ValidatedSanitizedInput.InputNotValidated | Detected usage of a possibly undefined superglobal array index: $_POST['_wc_custom_product_tabs_lite_tab_title']. Use isset() or empty() to check the index exists before using it | 317:39 | Security |
| WARNING | WordPress.Security.ValidatedSanitizedInput.MissingUnslash | $_POST['_wc_custom_product_tabs_lite_tab_title'] not unslashed before sanitization. Use wp_unslash() or similar | 317:39 | Security |
| WARNING | WordPress.Security.ValidatedSanitizedInput.MissingUnslash | $_POST['_wc_custom_product_tabs_lite_tab_content'] not unslashed before sanitization. Use wp_unslash() or similar | 316:46 | Security |
| WARNING | WordPress.Security.NonceVerification.Missing | Processing form data without nonce verification. | 316:46 | Security |
| 11/14/2025, 5:11:32 AM | 9s | 96 | 5 | 8 |