Ibtana – Ecommerce Product Addons

Ibtana - Ecommerce Product Addons, you get to explore so many options for editing the product page by simple drag and drop functionality.

v0.4.7.8VW THEMESUpdated Added 6k+ installs100% rating
23
Score
1,547
Errors
1,718
Warnings
+0
Change

Category Scores

Security0
Repo86
Performance100
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

3,265 findings

Maintainability

1,321

11 issue groups

I18n

1,255

4 issue groups

Security

616

10 issue groups

ERRORI18nNon Singular String Literal DomainThe $domain parameter must be a single text string literal. Found: IEPA_TEXT_DOMAIN1,118
Category
I18n
Occurrences
1,118
Severity
error

Sample message

The $domain parameter must be a single text string literal. Found: IEPA_TEXT_DOMAIN

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

Sample message

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

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

Sample message

Processing form data without nonce verification.

WARNINGSecurityRequest data is not unslashed$_GET['action'] not unslashed before sanitization. Use wp_unslash() or similar154
Category
Security
Occurrences
154
Severity
warning

Sample message

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

ERRORMaintainabilitystrip tags strip tagsstrip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.123
Category
Maintainability
Occurrences
123
Severity
error

Sample message

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

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

Sample message

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

ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<div class='ibtanaecommerceproductaddons-sale_counter' data-date-end='$end_date'>"'.90
Category
Security
Occurrences
90
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='ibtanaecommerceproductaddons-sale_counter' data-date-end='$end_date'>"'.

ERRORI18nNon Singular String Literal TextThe $text parameter must be a single text string literal. Found: $cat->name88
Category
I18n
Occurrences
88
Severity
error

Sample message

The $text parameter must be a single text string literal. Found: $cat->name

ERRORI18nMissing Arg DomainMissing $domain parameter in function call to __().40
Category
I18n
Occurrences
40
Severity
error

Sample message

Missing $domain parameter in function call to __().

WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.38
Category
Maintainability
Occurrences
38
Severity
warning

Sample message

Use of a direct database call is discouraged.

Show 15 more
WARNINGSecurityNonce verification recommended34
Category
Security
Occurrences
34
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGMaintainabilityNo Caching33
Category
Maintainability
Occurrences
33
Severity
warning

Sample message

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

WARNINGMaintainabilityNon-prefixed hook name27
Category
Maintainability
Occurrences
27
Severity
warning

Sample message

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

ERRORMaintainabilityMissing direct file access protection24
Category
Maintainability
Occurrences
24
Severity
error

Sample message

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

WARNINGSecurityInterpolated SQL is not prepared22
Category
Security
Occurrences
22
Severity
warning

Sample message

Use placeholders and $wpdb-&gt;prepare(); found interpolated variable $id at &quot;SELECT * FROM $table_name WHERE theme_id = $id&quot;

WARNINGSecurityInput is not sanitized21
Category
Security
Occurrences
21
Severity
warning

Sample message

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

WARNINGMaintainabilityNot In Footer18
Category
Maintainability
Occurrences
18
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.

WARNINGMaintainabilityslow db query tax query16
Category
Maintainability
Occurrences
16
Severity
warning

Sample message

Detected usage of tax_query, possible slow query.

ERRORSecuritySQL query is not prepared13
Category
Security
Occurrences
13
Severity
error

Sample message

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

WARNINGSecurityDatabase parameter is not escaped11
Category
Security
Occurrences
11
Severity
warning

Sample message

Unescaped parameter $table_name used in $wpdb-&gt;get_results()\n$slug assigned unsafely at line 64.

ERRORI18nMissing Translators Comment9
Category
I18n
Occurrences
9
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 date8
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.

WARNINGSecuritywp redirect wp redirect8
Category
Security
Occurrences
8
Severity
warning

Sample message

wp_redirect() found. Using wp_safe_redirect(), along with the &quot;allowed_redirect_hosts&quot; 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.

WARNINGMaintainabilityslow db query meta key7
Category
Maintainability
Occurrences
7
Severity
warning

Sample message

Detected usage of meta_key, possible slow query.

WARNINGMaintainabilityNon-prefixed constant7
Category
Maintainability
Occurrences
7
Severity
warning

Sample message

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;FS_CHMOD_FILE&quot;.

External Connections

Potential connections found in static code analysis.

70 domains

Outbound calls

200

External assets

9

Incoming endpoints

25

Notable Domains

jqueryvalidation.org30 · outbound
fontawesome.com8 · outbound
google.com6 · outbound
jacklmoore.com5 · outbound
linearicons.com4 · outbound

Platform / Reference Domains

w3.org24 · platform/reference
github.com17 · platform/reference
core.trac.wordpress.org3 · platform/reference
opensource.org3 · platform/reference
developer.wordpress.org1 · platform/reference
gnu.org1 · platform/reference
wordpress.org1 · platform/reference

External Asset Domains

cdn.linearicons.com7 · asset + outbound
fonts.googleapis.com4 · asset + outbound

Incoming Endpoints

wp_ajax_nopriv_ajaxloginpublic

wp_ajax

wp_ajax_nopriv_ajaxregisterpublic

wp_ajax

Admin AJAX endpoints23
admin_post_icpa_process_post_typeauthenticated

admin_post

admin_post_iepamegamenu_mm_save_settingsauthenticated

admin_post

wp_ajax_activate_iepa_licenseauthenticated

wp_ajax

wp_ajax_iepa_activation_statusauthenticated

wp_ajax

wp_ajax_iepa_mm_add_selected_widget_listsauthenticated

wp_ajax

wp_ajax_iepa_mm_edit_menu_group_settingsauthenticated

wp_ajax

wp_ajax_iepa_mm_save_menu_group_settingsauthenticated

wp_ajax

wp_ajax_iepa_mm_save_menuitem_settingsauthenticated

wp_ajax

wp_ajax_iepa_mm_show_custom_optionauthenticated

wp_ajax

wp_ajax_iepa_mm_show_lightbox_htmlauthenticated

wp_ajax

wp_ajax_iepa_setup_pluginsauthenticated

wp_ajax

wp_ajax_iepa_update_mega_menu_tutorial_statusauthenticated

wp_ajax

11 more hidden

Score History

First score snapshot

v0.4.7.8

23

Latest

Findings
3,265
Errors
1,547
Warnings
1,718
Check
2.0.0

Relationship Map

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

36 nodes

Related Plugins

Breadcrumb Block

3k+ active installs

100
Counting Number Block

2k+ active installs

100
Crowdsignal Forms

200k+ active installs

100
Events Block

600 active installs

100