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.4bdthemesUpdated Added 100k+ installs94% rating100% support resolved
19
Score
9,448
Errors
517
Warnings
+0
Change

Category Scores

Security0
Repo72
Performance79
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

9,965 findings

I18n

9,260

3 issue groups

Security

403

9 issue groups

Maintainability

174

10 issue groups

Performance

51

2 issue groups

ERRORI18nText Domain MismatchMismatched text domain. Expected 'bdthemes-element-pack-lite' but got "bdthemes-element-pack".9,203
Category
I18n
Occurrences
9,203
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 similar85
Category
Security
Occurrences
85
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}>"'.

WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_ENV[&#039;CONTENT_TYPE&#039;]53
Category
Security
Occurrences
53
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.44
Category
I18n
Occurrences
44
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 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.44
Category
Performance
Occurrences
44
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.

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

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.

ERRORI18nUnordered Placeholders Text13
Category
I18n
Occurrences
13
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'.

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

Not analyzed yet.

Score History

First score snapshot

v8.7.4

19

Latest

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

Relationship Map

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

29 nodes

Related Plugins