Booster for WooCommerce – PDF Invoices, Abandoned Cart, Variation Swatches & 100+ Tools

Supercharge WooCommerce with FREE Abandoned Cart Recovery, Product Variation Swatches, PDF Invoices & 100+ tools. Boost sales & save time.

v8.0.2PluggablUpdated 2026-06-17Added Jun 12, 201430k+ installs92% rating67% support resolved
21
Score
786
Errors
3,395
Warnings
+0
Change

Category Scores

Security0
Repo81
Performance85
Maintainability0

Top Issues by Category

maintainability3,448
1Non Prefixed Variable FoundWordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFoundWARNING1,5172Non Prefixed Hookname FoundWordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFoundWARNING1,1443Non Prefixed Function FoundWordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFoundWARNING2594Non Prefixed Class FoundWordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFoundWARNING2285Non Prefixed Constant FoundWordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFoundWARNING1486missing direct file access protectionmissing_direct_file_access_protectionERROR457curl curl setoptWordPress.WP.AlternativeFunctions.curl_curl_setoptERROR238file system operations freadWordPress.WP.AlternativeFunctions.file_system_operations_freadERROR209file system operations fcloseWordPress.WP.AlternativeFunctions.file_system_operations_fcloseERROR1610unlink unlinkWordPress.WP.AlternativeFunctions.unlink_unlinkERROR1211file system operations fwriteWordPress.WP.AlternativeFunctions.file_system_operations_fwriteERROR912parse url parse urlWordPress.WP.AlternativeFunctions.parse_url_parse_urlERROR713Get terms Param2FoundWordPress.WP.DeprecatedParameters.Get_termsParam2FoundERROR614wp function not compatible with requires wpwp_function_not_compatible_with_requires_wpERROR615file system operations fopenWordPress.WP.AlternativeFunctions.file_system_operations_fopenERROR416file system operations mkdirWordPress.WP.AlternativeFunctions.file_system_operations_mkdirERROR4
i18n530
security152
performance14

Issues Details

4,181 issues found in latest scan

WARNING1,517
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

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

WARNING1,144
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'save_bulk_and_quick_edit_fields_' . $this->id".

ERROR502
WordPress.WP.I18n.TextDomainMismatch

Mismatched text domain. Expected 'woocommerce-jetpack' but got 'gift-voucher'.

WARNING259
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

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

WARNING228
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound

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

WARNING148
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound

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

ERROR67
WordPress.Security.EscapeOutput.ExceptionNotEscaped

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

ERROR45
missing_direct_file_access_protection

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

ERROR28
WordPress.WP.I18n.MissingArgDomain

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

WARNING25
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_SERVER['DOCUMENT_ROOT']

WARNING23
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_SERVER['DOCUMENT_ROOT'] not unslashed before sanitization. Use wp_unslash() or similar

ERROR23
WordPress.WP.AlternativeFunctions.curl_curl_setopt

Using cURL functions is highly discouraged. Use wp_remote_get() instead.

ERROR20
WordPress.WP.AlternativeFunctions.file_system_operations_fread

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fread().

ERROR16
WordPress.WP.AlternativeFunctions.file_system_operations_fclose

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().

ERROR15
WordPress.Security.EscapeOutput.OutputNotEscaped

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

WARNING14
WordPressVIPMinimum.Performance.WPQueryParams.PostNotIn_post__not_in

Using exclusionary parameters, like post__not_in, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.

WARNING12
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $attribute_name used in $wpdb->get_row()\n$attribute_name assigned unsafely at line 145.

ERROR12
WordPress.WP.AlternativeFunctions.unlink_unlink

unlink() is discouraged. Use wp_delete_file() to delete a file.

WARNING10
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

ERROR9
WordPress.WP.AlternativeFunctions.file_system_operations_fwrite

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().

ERROR7
WordPress.WP.AlternativeFunctions.parse_url_parse_url

parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.

ERROR6
WordPress.WP.DeprecatedParameters.Get_termsParam2Found

The parameter "$args" at position #2 of get_terms() has been deprecated since WordPress version 4.5.0. Instead do not pass the parameter.

ERROR6
wp_function_not_compatible_with_requires_wp

Function "str_contains()" requires WordPress 5.9.0, but your plugin minimum supported version is WordPress 5.8.0.

ERROR4
WordPress.WP.AlternativeFunctions.file_system_operations_fopen

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().

ERROR4
WordPress.WP.AlternativeFunctions.file_system_operations_mkdir

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().

Latest Snapshot

Findings

4,181

Errors

786

Warnings

3,395

Score History

First score snapshot

First scan completed Jun 20, 2026

v8.0.2 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 20, 2026

v8.0.2

21

Latest

Findings
4,181
Errors
786
Warnings
3,395
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins