StoreBuild – Online Store Builder for WooCommerce

Stop Using Unneccessary Plugins! We have brought an amazing plugin for your woocommerce store. Drag & Drop with Elementor page builder.

v4.1.7ThemepureUpdated Added 600 installs100% rating
30
Score
120
Errors
211
Warnings
-3
Change

Category Scores

Security0
Repo90
Performance92
Maintainability37

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

331 findings

Maintainability

152

14 issue groups

Security

127

7 issue groups

I18n

40

2 issue groups

Performance

6

2 issue groups

WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$converted_price".87
Category
Maintainability
Occurrences
87
Severity
warning

Sample message

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

ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"@font-face {\r\n'.51
Category
Security
Occurrences
51
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"@font-face {\r\n'.

ERRORI18nText Domain MismatchMismatched text domain. Expected 'shopbuild' but got 'storebuild'.37
Category
I18n
Occurrences
37
Severity
error

Sample message

Mismatched text domain. Expected 'shopbuild' but got 'storebuild'.

WARNINGSecurityRequest data is not unslashed$_COOKIE['storebuild_lang'] not unslashed before sanitization. Use wp_unslash() or similar25
Category
Security
Occurrences
25
Severity
warning

Sample message

$_COOKIE['storebuild_lang'] not unslashed before sanitization. Use wp_unslash() or similar

WARNINGSecurityMissing nonce verificationProcessing form data without nonce verification.23
Category
Security
Occurrences
23
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGMaintainabilityNon-prefixed hook nameHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "elementor/page_templates/header-footer/after_content".16
Category
Maintainability
Occurrences
16
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "elementor/page_templates/header-footer/after_content".

WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.13
Category
Security
Occurrences
13
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGSecurityInput is not validatedDetected usage of a possibly undefined superglobal array index: $_POST['condition']. Check that the array index exists before using it.11
Category
Security
Occurrences
11
Severity
warning

Sample message

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

ERRORMaintainabilityMissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;11
Category
Maintainability
Occurrences
11
Severity
error

Sample message

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

WARNINGMaintainabilityslow db query meta keyDetected usage of meta_key, possible slow query.7
Category
Maintainability
Occurrences
7
Severity
warning

Sample message

Detected usage of meta_key, possible slow query.

Show 15 more
WARNINGMaintainabilityslow db query meta query7
Category
Maintainability
Occurrences
7
Severity
warning

Sample message

Detected usage of meta_query, possible slow query.

ERRORMaintainabilitywp function not compatible with requires wp5
Category
Maintainability
Occurrences
5
Severity
error

Sample message

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

WARNINGMaintainabilityslow db query meta value4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

Detected usage of meta_value, possible slow query.

WARNINGMaintainabilityslow db query tax query3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

Detected usage of tax_query, possible slow query.

WARNINGMaintainabilityNon-prefixed class3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

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

WARNINGSecurityInput is not sanitized3
Category
Security
Occurrences
3
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_POST['config']

ERRORMaintainabilityNon Enqueued Script3
Category
Maintainability
Occurrences
3
Severity
error

Sample message

Scripts must be registered/enqueued via wp_enqueue_script()

ERRORI18nMissing Translators Comment3
Category
I18n
Occurrences
3
Severity
error

Sample message

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.

WARNINGPerformancePost Not In exclude3
Category
Performance
Occurrences
3
Severity
warning

Sample message

Using exclusionary parameters, like exclude, 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.

WARNINGPerformancePost Not In post not in3
Category
Performance
Occurrences
3
Severity
warning

Sample message

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.

ERRORMaintainabilityDeprecated parameter: get_terms parameter 22
Category
Maintainability
Occurrences
2
Severity
error

Sample message

The parameter "[ 'hide_empty' => false ]" at position #2 of get_terms() has been deprecated since WordPress version 4.5.0. Instead do not pass the parameter.

WARNINGMaintainabilityMissing Version2
Category
Maintainability
Occurrences
2
Severity
warning

Sample message

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.

WARNINGMaintainabilityNo PHP code found1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.

ERRORMaintainabilitydate date1
Category
Maintainability
Occurrences
1
Severity
error

Sample message

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

ERRORSecurityUnsafe printing function1
Category
Security
Occurrences
1
Severity
error

Sample message

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

External Connections

Potential connections found in static code analysis.

27 domains

Outbound calls

250

External assets

4

Incoming endpoints

46

Notable Domains

youtube.com11 · outbound
docs.themepure.net10 · outbound
fpdf.org4 · outbound
tailwindcss.com3 · outbound
themepure.net3 · outbound

Platform / Reference Domains

github.com44 · platform/reference
w3.org33 · platform/reference
opensource.org30 · platform/reference
schema.org2 · platform/reference

External Asset Domains

storebuild.shop86 · asset + outbound

Incoming Endpoints

wp_ajax_nopriv_woocommerce_ajax_add_to_cartpublic

wp_ajax

/wp-json/storebuild/v1/setup/REST

register_rest_route

wp_ajax_nopriv_apply_couponpublic

wp_ajax

wp_ajax_nopriv_custom_update_cartpublic

wp_ajax

wp_ajax_nopriv_products_load_morepublic

wp_ajax

wp_ajax_nopriv_shopbuild_woo_ajax_loginpublic

wp_ajax

Admin AJAX endpoints31
wp_ajax_woocommerce_ajax_add_to_cartauthenticated

wp_ajax

wp_ajax_apply_couponauthenticated

wp_ajax

wp_ajax_custom_update_cartauthenticated

wp_ajax

wp_ajax_noprivauthenticated

wp_ajax

wp_ajax_products_load_moreauthenticated

wp_ajax

wp_ajax_shopbuild_create_hfauthenticated

wp_ajax

wp_ajax_shopbuild_delete_hfauthenticated

wp_ajax

wp_ajax_shopbuild_delete_hf_bulkauthenticated

wp_ajax

wp_ajax_shopbuild_get_header_optionsauthenticated

wp_ajax

wp_ajax_shopbuild_get_hf_itemsauthenticated

wp_ajax

wp_ajax_shopbuild_save_header_optionsauthenticated

wp_ajax

wp_ajax_shopbuild_search_pagesauthenticated

wp_ajax

19 more hidden

Score History

3 score snapshots

-4
1007550250Jun 25, 2026, 04:15 PM UTC Score 34/100 Plugin v4.1.5 Plugin Check 2.0.0 106 errors, 160 warningsJun 28, 2026, 03:35 PM UTC Score 33/100 Plugin v4.1.6 Plugin Check 2.0.0 107 errors, 160 warningsJun 29, 2026, 10:12 AM UTC Score 30/100 Plugin v4.1.7 Plugin Check 2.0.0 120 errors, 211 warningsJun 25, 2026Jun 29, 2026

v4.1.7

30

Latest

Findings
331
Errors
120
Warnings
211
Check
2.0.0

v4.1.6

33

Score

Findings
267
Errors
107
Warnings
160
Check
2.0.0

Relationship Map

Author, categories, issues, domains, and nearby plugins.

37 nodes

Related Plugins