Element Pack – Widgets, Templates & Addons for Elementor

Elementor addons with 300+ widgets, templates, WooCommerce widgets, mega menu, header footer builder, and powerful design extensions.

v8.7.5bdthemesUpdated Added 100k+ installs94% rating100% support resolved
19
Score
10,446
Errors
525
Warnings
+0
Change

Category Scores

Security0
Repo72
Performance78
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

10,971 findings

I18n

10,257

3 issue groups

Security

401

9 issue groups

Maintainability

174

10 issue groups

Performance

61

2 issue groups

ERRORI18nText Domain MismatchMismatched text domain. Expected 'bdthemes-element-pack-lite' but got "bdthemes-element-pack".10,190
Category
I18n
Occurrences
10,190
Severity
error

Sample message

Mismatched text domain. Expected 'bdthemes-element-pack-lite' but got "bdthemes-element-pack".

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

Sample message

Processing form data without nonce verification.

WARNINGSecurityRequest data is not unslashed$_GET['currency'] not unslashed before sanitization. Use wp_unslash() or similar84
Category
Security
Occurrences
84
Severity
warning

Sample message

$_GET['currency'] not unslashed before sanitization. Use wp_unslash() or similar

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

Sample message

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

ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<div class='ep-option-item {$class} {$widget_used_status}' {$data_type}>"'.65
Category
Security
Occurrences
65
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<div class='ep-option-item {$class} {$widget_used_status}' {$data_type}>"'.

WARNINGPerformancePost Not In excludeUsing 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.54
Category
Performance
Occurrences
54
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.

WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_ENV[&#039;CONTENT_TYPE&#039;]52
Category
Security
Occurrences
52
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_ENV[&#039;CONTENT_TYPE&#039;]

ERRORI18nMissing Translators CommentA 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.49
Category
I18n
Occurrences
49
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.

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

Sample message

Processing form data without nonce verification.

ERRORSecuritySQL query is not preparedUse placeholders and $wpdb->prepare(); found $count_sql30
Category
Security
Occurrences
30
Severity
error

Sample message

Use placeholders and $wpdb->prepare(); found $count_sql

Show 15 more
WARNINGSecurityInterpolated SQL is not prepared28
Category
Security
Occurrences
28
Severity
warning

Sample message

Use placeholders and $wpdb-&gt;prepare(); found interpolated variable $table_cat_name at &quot;DROP TABLE IF EXISTS $table_cat_name&quot;

WARNINGMaintainabilityNon-prefixed function27
Category
Maintainability
Occurrences
27
Severity
warning

Sample message

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: &quot;_is_elementor_installed&quot;.

ERRORI18nUnordered Placeholders Text18
Category
I18n
Occurrences
18
Severity
error

Sample message

Multiple placeholders in translatable strings should be ordered. Expected "%1$1s, %2$2s", but got "%1s, %2s" in '%1s Footer %2s CSS/Script'.

ERRORMaintainabilitydate date17
Category
Maintainability
Occurrences
17
Severity
error

Sample message

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

WARNINGSecurityInput is not validated12
Category
Security
Occurrences
12
Severity
warning

Sample message

Detected usage of a possibly undefined superglobal array index: $_POST[&#039;id&#039;]. Check that the array index exists before using it.

ERRORMaintainabilitycurl curl setopt12
Category
Maintainability
Occurrences
12
Severity
error

Sample message

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

WARNINGMaintainabilityNon-prefixed hook name10
Category
Maintainability
Occurrences
10
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;bdt_ep_init_pro&quot;.

WARNINGMaintainabilityMissing Version10
Category
Maintainability
Occurrences
10
Severity
warning

Sample message

Resource version not set in call to wp_register_script(). This means new versions of the script may not always be loaded due to browser caching.

ERRORSecurityDatabase parameter is not escaped9
Category
Security
Occurrences
9
Severity
error

Sample message

Unescaped parameter $count_sql used in $wpdb->get_var()\n$count_sql assigned unsafely at line 336.

WARNINGMaintainabilityNon-prefixed class9
Category
Maintainability
Occurrences
9
Severity
warning

Sample message

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: &quot;OAuthConsumer&quot;.

WARNINGMaintainabilityNot In Footer9
Category
Maintainability
Occurrences
9
Severity
warning

Sample message

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.

ERRORMaintainabilitystrip tags strip tags8
Category
Maintainability
Occurrences
8
Severity
error

Sample message

strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.

ERRORSupply ChainCompressed files included8
Category
Supply Chain
Occurrences
8
Severity
error

Sample message

Compressed files are not permitted.

WARNINGPerformancePost Not In post not in7
Category
Performance
Occurrences
7
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.

ERRORMaintainabilityMissing direct file access protection7
Category
Maintainability
Occurrences
7
Severity
error

Sample message

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

External Connections

Potential connections found in static code analysis.

11 domains

Outbound calls

294

External assets

1

Incoming endpoints

5

Notable Domains

youtu.be125 · outbound
bdthemes.com8 · outbound
youtube.com5 · outbound
api.sigmative.io2 · outbound

Platform / Reference Domains

wordpress.org1 · platform/reference

External Asset Domains

elementpack.pro147 · asset + outbound

Incoming Endpoints

No public endpoints detected.

Admin AJAX endpoints5
wp_ajax_element_pack_biggoptiauthenticated

wp_ajax

wp_ajax_element_pack_settings_saveauthenticated

wp_ajax

wp_ajax_ep_admin_api_biggopti_dismissauthenticated

wp_ajax

wp_ajax_ep_fetch_api_biggoptiauthenticated

wp_ajax

wp_ajax_ep_install_pluginauthenticated

wp_ajax

Score History

2 score snapshots

+0
1007550250Jun 19, 2026, 11:58 PM UTC Score 19/100 Plugin v8.7.4 Plugin Check 2.0.0 9,448 errors, 517 warningsJul 1, 2026, 10:36 AM UTC Score 19/100 Plugin v8.7.5 Plugin Check 2.0.0 10,446 errors, 525 warningsJun 19, 2026Jul 1, 2026

v8.7.5

19

Latest

Findings
10,971
Errors
10,446
Warnings
525
Check
2.0.0

v8.7.4

19

Score

Findings
9,965
Errors
9,448
Warnings
517
Check
2.0.0

Relationship Map

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

37 nodes

Related Plugins