Custom Product Tabs for WooCommerce

Add custom tabs with content to products in WooCommerce.

v1.8.6Evan HermanUpdated Added 80k+ installs88% rating
36
Score
87
Errors
81
Warnings
+0
Change

Category Scores

Security0
Repo83
Performance100
Maintainability70

Top Issues by Category

security109
maintainability48
i18n7
repo_compliance4

Issues Details

168 issues found in latest scan

ERROR38
WordPress.Security.EscapeOutput.OutputNotEscaped

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

ERROR23
WordPress.Security.EscapeOutput.UnsafePrintingFunction

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

WARNING17
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_GET['saved-tab-id'] not unslashed before sanitization. Use wp_unslash() or similar

WARNING14
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

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

ERROR13
missing_direct_file_access_protection

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

WARNING12
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_POST['_yikes_wc_custom_repeatable_product_tabs_saved_tab_id_' . $i . '_action']

WARNING11
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

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

WARNING6
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

ERROR4
wp_function_not_compatible_with_requires_wp

Function "register_rest_route()" requires WordPress 4.4.0, but your plugin minimum supported version is WordPress 3.8.0.

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

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().

WARNING2
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

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

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

ERROR2
WordPress.WP.I18n.NonSingularStringLiteralDomain

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

ERROR2
WordPress.WP.I18n.UnorderedPlaceholdersText

Multiple placeholders in translatable strings should be ordered. Expected "%1$1s, %2$2s", but got "%1s, %2s" in 'It looks like something went wrong. Please %1sgo back%2s. and try again'.

WARNING1
WordPress.DB.SlowDBQuery.slow_db_query_meta_key

Detected usage of meta_key, possible slow query.

WARNING1
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

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

ERROR1
license_mismatch

Your plugin has a different license declared in the readme file and plugin header. Please update your readme with a valid GPL license identifier.

ERROR1
outdated_tested_upto_header

Tested up to: 6.7 < 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
plugin_header_invalid_domain_path

The "Domain Path" header in the plugin file must start with forward slash.

WARNING1
readme_parser_warnings_too_many_tags

One or more tags were ignored. Please limit your plugin to 5 tags.

WARNING1
trademarked_term

The plugin slug includes a restricted term. Your plugin slug - "yikes-inc-easy-custom-woocommerce-product-tabs" - 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

168

Errors

87

Warnings

81

Score History

First score snapshot

First scan completed

v1.8.6 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

v1.8.6

36

Latest

Findings
168
Errors
87
Warnings
81
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins