Essential Classy Addons for Elementor – 150+ Widgets, Templates & Performance Tools

All-in-one Elementor addons plugin with 150+ widgets, templates, builder, performance optimization, security features & smart WordPress utilities.

v4.0KAP ASIAsUpdated Added 500 installs100% rating
34
Score
278
Errors
186
Warnings
+0
Change

Category Scores

Security0
Repo100
Performance90
Maintainability51

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

464 findings

Security

327

9 issue groups

Maintainability

118

14 issue groups

Performance

12

1 issue group

I18n

1

1 issue group

ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$array2[$sort]'.256
Category
Security
Occurrences
256
Severity
error

Sample message

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

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

Sample message

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

WARNINGSecuritywp redirect wp redirectwp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.25
Category
Security
Occurrences
25
Severity
warning

Sample message

wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.

WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.20
Category
Security
Occurrences
20
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: "acf/field_group/get_fields".14
Category
Maintainability
Occurrences
14
Severity
warning

Sample message

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

WARNINGSecurityRequest data is not unslashed$_GET['preview_theme'] not unslashed before sanitization. Use wp_unslash() or similar12
Category
Security
Occurrences
12
Severity
warning

Sample message

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

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.12
Category
Performance
Occurrences
12
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.

WARNINGMaintainabilityNon-prefixed functionFunctions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "EcPluginsLoaded".9
Category
Maintainability
Occurrences
9
Severity
warning

Sample message

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

ERRORMaintainabilitydate datedate() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.8
Category
Maintainability
Occurrences
8
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 sanitizedDetected usage of a non-sanitized input variable: $_POST['copy_content']7
Category
Security
Occurrences
7
Severity
warning

Sample message

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

Show 15 more
WARNINGMaintainabilityDiscouraged PHP function3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

The use of function ini_set() is discouraged

WARNINGSecurityInput is not validated3
Category
Security
Occurrences
3
Severity
warning

Sample message

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

ERRORMaintainabilityDeprecated parameter: add_option parameter 33
Category
Maintainability
Occurrences
3
Severity
error

Sample message

The parameter "$defaultNull" at position #3 of add_option() has been deprecated since WordPress version 2.3.0. Use "" instead.

ERRORMaintainabilityNon Enqueued Script3
Category
Maintainability
Occurrences
3
Severity
error

Sample message

Scripts must be registered/enqueued via wp_enqueue_script()

WARNINGMaintainabilityMixed line endings2
Category
Maintainability
Occurrences
2
Severity
warning

Sample message

File has mixed line endings; this may cause incorrect results

WARNINGMaintainabilityslow db query tax query2
Category
Maintainability
Occurrences
2
Severity
warning

Sample message

Detected usage of tax_query, possible slow query.

WARNINGSecurityMissing nonce verification2
Category
Security
Occurrences
2
Severity
warning

Sample message

Processing form data without nonce verification.

ERRORMaintainabilityparse url parse url2
Category
Maintainability
Occurrences
2
Severity
error

Sample message

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

WARNINGI18nDiscouraged text-domain loading1
Category
I18n
Occurrences
1
Severity
warning

Sample message

load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.

ERRORSecuritySetting is missing a sanitization callback1
Category
Security
Occurrences
1
Severity
error

Sample message

Sanitization missing for register_setting().

WARNINGMaintainabilityDynamic hook name1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

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

WARNINGMaintainabilityNon-prefixed class1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

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

WARNINGMaintainabilityNon-prefixed constant1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

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

ERRORSecurityException output is not escaped1
Category
Security
Occurrences
1
Severity
error

Sample message

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

ERRORMaintainabilityDeprecated parameter: term_description parameter 21
Category
Maintainability
Occurrences
1
Severity
error

Sample message

The parameter "$term->taxonomy" at position #2 of term_description() has been deprecated since WordPress version 4.9.2. Instead do not pass the parameter.

External Connections

Potential connections found in static code analysis.

17 domains

Outbound calls

289

External assets

3

Incoming endpoints

8

Notable Domains

ecaddons.com19 · outbound
youtube.com5 · outbound
lokeshdhakar.com2 · outbound
store.kapasias.com2 · outbound
web.whatsapp.com2 · outbound
youtu.be2 · outbound

Platform / Reference Domains

w3.org236 · platform/reference
github.com8 · platform/reference
s.w.org1 · platform/reference

External Asset Domains

googletagmanager.com5 · asset + outbound
facebook.com4 · asset + outbound

Incoming Endpoints

wp_ajax_nopriv_eca_load_more_postspublic

wp_ajax

Admin AJAX endpoints7
admin_post_ecafe_events_tracker_options_saveauthenticated

admin_post

admin_post_ecafe_extension_options_saveauthenticated

admin_post

admin_post_ecafe_widgets_options_saveauthenticated

admin_post

admin_post_ecafe_wp_performance_options_saveauthenticated

admin_post

admin_post_ecafe_wp_security_options_saveauthenticated

admin_post

admin_post_ecafe_wp_utilities_options_saveauthenticated

admin_post

wp_ajax_eca_load_more_postsauthenticated

wp_ajax

Score History

First score snapshot

v4.0

34

Latest

Findings
464
Errors
278
Warnings
186
Check
2.0.0

Relationship Map

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

37 nodes

Related Plugins