ST Elementor Addons

A lightweight plugin that adds customizable widgets to Elementor, including a button widget, marquee, Flexbox carousel, WooCommerce widgets, and more.

v0.3.1Kristyna BennettUpdated Added 500 installs100% rating
27
Score
225
Errors
374
Warnings
+0
Change

Category Scores

Security0
Repo94
Performance92
Maintainability17

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

599 findings

Maintainability

345

14 issue groups

Security

135

6 issue groups

I18n

103

4 issue groups

Performance

13

1 issue group

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

Sample message

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

ERRORI18nText Domain MismatchMismatched text domain. Expected 'st-elementor-addons' but got 'elementor'.77
Category
I18n
Occurrences
77
Severity
error

Sample message

Mismatched text domain. Expected 'st-elementor-addons' but got 'elementor'.

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

Sample message

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

WARNINGSecurityRequest data is not unslashed$_GET[$param_name] not unslashed before sanitization. Use wp_unslash() or similar39
Category
Security
Occurrences
39
Severity
warning

Sample message

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

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

Sample message

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

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

Sample message

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

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.22
Category
I18n
Occurrences
22
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.

ERRORMaintainabilitydate datedate() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.20
Category
Maintainability
Occurrences
20
Severity
error

Sample message

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

WARNINGMaintainabilityMissing VersionResource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.20
Category
Maintainability
Occurrences
20
Severity
warning

Sample message

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

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

Sample message

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

Show 15 more
WARNINGPerformancePost Not In exclude13
Category
Performance
Occurrences
13
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.

WARNINGSecurityNonce verification recommended12
Category
Security
Occurrences
12
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGSecurityMissing nonce verification11
Category
Security
Occurrences
11
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGSecurityInput is not sanitized10
Category
Security
Occurrences
10
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_GET[$this->type_tax]

WARNINGMaintainabilityNon-prefixed namespace8
Category
Maintainability
Occurrences
8
Severity
warning

Sample message

Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "ST_Elementor_Addons\Admin\Theme_Builder".

WARNINGMaintainabilityslow db query tax query6
Category
Maintainability
Occurrences
6
Severity
warning

Sample message

Detected usage of tax_query, possible slow query.

WARNINGMaintainabilityNon-prefixed class6
Category
Maintainability
Occurrences
6
Severity
warning

Sample message

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

ERRORMaintainabilityDeprecated parameter: get_terms parameter 24
Category
Maintainability
Occurrences
4
Severity
error

Sample message

The parameter "'orderby=date&hide_empty=0&number=1'" at position #2 of get_terms() has been deprecated since WordPress version 4.5.0. Instead do not pass the parameter.

WARNINGMaintainabilityNon-prefixed constant3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

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

WARNINGI18nDiscouraged text-domain loading2
Category
I18n
Occurrences
2
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.

ERRORMaintainabilityOffloaded Content2
Category
Maintainability
Occurrences
2
Severity
error

Sample message

Found call to wp_enqueue_script() with external resource. Offloading scripts to your servers or any remote service is disallowed.

ERRORI18nNon Singular String Literal Text2
Category
I18n
Occurrences
2
Severity
error

Sample message

The $text parameter must be a single text string literal. Found: $tags_info['title']

WARNINGMaintainabilityslow db query meta key1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

Detected usage of meta_key, possible slow query.

WARNINGMaintainabilityslow db query meta value1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

Detected usage of meta_value, possible slow query.

WARNINGSecurityInput is not validated1
Category
Security
Occurrences
1
Severity
warning

Sample message

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

External Connections

Potential connections found in static code analysis.

34 domains

Outbound calls

228

External assets

4

Incoming endpoints

16

Notable Domains

striviothemes.com17 · outbound
fontawesome.com6 · outbound
your-link.com5 · outbound
gsap.com3 · outbound
m.me3 · outbound

Platform / Reference Domains

github.com110 · platform/reference
w3.org44 · platform/reference
schema.org4 · platform/reference
codex.wordpress.org3 · platform/reference
wordpress.org2 · platform/reference
gnu.org1 · platform/reference

External Asset Domains

cdn.jsdelivr.net2 · asset + outbound
gmpg.org2 · asset

Incoming Endpoints

wp_ajax_nopriv_add_to_cartpublic

wp_ajax

wp_ajax_nopriv_stea_filter_productspublic

wp_ajax

wp_ajax_nopriv_stea_get_popup_templatepublic

wp_ajax

wp_ajax_nopriv_stea_numbered_paginationpublic

wp_ajax

wp_ajax_nopriv_stea_update_wishlistpublic

wp_ajax

Admin AJAX endpoints10
wp_ajax_stea_hfe_get_posts_by_queryauthenticated

wp_ajax

wp_ajax_add_to_cartauthenticated

wp_ajax

wp_ajax_stea_filter_productsauthenticated

wp_ajax

wp_ajax_stea_get_popup_templateauthenticated

wp_ajax

wp_ajax_stea_manage_licenseauthenticated

wp_ajax

wp_ajax_stea_numbered_paginationauthenticated

wp_ajax

wp_ajax_stea_save_widget_statusauthenticated

wp_ajax

wp_ajax_stea_save_widget_status_bulkauthenticated

wp_ajax

wp_ajax_stea_theme_builder_get_posts_by_queryauthenticated

wp_ajax

wp_ajax_stea_update_wishlistauthenticated

wp_ajax

Score History

First score snapshot

v0.3.1

27

Latest

Findings
599
Errors
225
Warnings
374
Check
2.0.0

Relationship Map

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

37 nodes

Related Plugins