Instantio — Side Cart & One-Page Checkout for WooCommerce

Instantio adds side cart, popup cart, floating button, and one-page checkout layouts to WooCommerce for a faster, more convenient shopping and checkou …

v3.3.34ThemeficUpdated Added 700 installs90% rating
25
Score
568
Errors
369
Warnings
+0
Change

Category Scores

Security0
Repo82
Performance100
Maintainability14

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

937 findings

Security

586

8 issue groups

Maintainability

230

12 issue groups

I18n

106

5 issue groups

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

Sample message

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

ERRORSecurityUnsafe printing functionAll output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.148
Category
Security
Occurrences
148
Severity
error

Sample message

All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.

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

Sample message

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

WARNINGSecurityRequest data is not unslashed$_POST[$this->metabox_id] not unslashed before sanitization. Use wp_unslash() or similar58
Category
Security
Occurrences
58
Severity
warning

Sample message

$_POST[$this->metabox_id] not unslashed before sanitization. Use wp_unslash() or similar

ERRORI18nText Domain MismatchMismatched text domain. Expected 'instantio' but got 'bafg'.56
Category
I18n
Occurrences
56
Severity
error

Sample message

Mismatched text domain. Expected 'instantio' but got 'bafg'.

WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_FILES['file']['name'][$i]48
Category
Security
Occurrences
48
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_FILES['file']['name'][$i]

ERRORI18nNon Singular String Literal TextThe $text parameter must be a single text string literal. Found: $cart_button_text38
Category
I18n
Occurrences
38
Severity
error

Sample message

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

WARNINGMaintainabilityNon-prefixed classClasses declared by a theme/plugin should start with the theme/plugin prefix. Found: "INSTANTIO".36
Category
Maintainability
Occurrences
36
Severity
warning

Sample message

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

WARNINGMaintainabilityNon-prefixed hook nameHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "INS_icon_list".34
Category
Maintainability
Occurrences
34
Severity
warning

Sample message

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

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

Sample message

Processing form data without nonce verification.

Show 15 more
WARNINGMaintainabilityNon-prefixed function28
Category
Maintainability
Occurrences
28
Severity
warning

Sample message

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

WARNINGMaintainabilityNon-prefixed constant14
Category
Maintainability
Occurrences
14
Severity
warning

Sample message

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

ERRORMaintainabilityOffloaded Content13
Category
Maintainability
Occurrences
13
Severity
error

Sample message

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

WARNINGSecurityInput is not validated12
Category
Security
Occurrences
12
Severity
warning

Sample message

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

WARNINGMaintainabilityDynamic hook name8
Category
Maintainability
Occurrences
8
Severity
warning

Sample message

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

WARNINGMaintainabilityNot In Footer8
Category
Maintainability
Occurrences
8
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.

WARNINGSecurityNonce verification recommended6
Category
Security
Occurrences
6
Severity
warning

Sample message

Processing form data without nonce verification.

ERRORMaintainabilitywp function not compatible with requires wp6
Category
Maintainability
Occurrences
6
Severity
error

Sample message

Function "delete_term_meta()" requires WordPress 4.4.0, but your plugin minimum supported version is WordPress 4.0.0.

ERRORI18nMissing Arg Domain5
Category
I18n
Occurrences
5
Severity
error

Sample message

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

ERRORI18nMissing Translators Comment5
Category
I18n
Occurrences
5
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.

ERRORMaintainabilityMissing direct file access protection5
Category
Maintainability
Occurrences
5
Severity
error

Sample message

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

ERRORMaintainabilitydate date4
Category
Maintainability
Occurrences
4
Severity
error

Sample message

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

WARNINGMaintainabilityNon-prefixed namespace3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "INS\Controller".

WARNINGSecurityInput is not validated or sanitized2
Category
Security
Occurrences
2
Severity
warning

Sample message

Detected usage of a non-sanitized, non-validated input variable _SERVER: "://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]"

ERRORI18nNo Empty Strings2
Category
I18n
Occurrences
2
Severity
error

Sample message

The $text text string should have translatable content. Found: ' '

External Connections

Potential connections found in static code analysis.

27 domains

Outbound calls

153

External assets

3

Incoming endpoints

28

Notable Domains

themefic.com37 · outbound
portal.themefic.com9 · outbound
vecta.io7 · outbound
wpinstant.io7 · outbound
youtube.com5 · outbound
api.themefic.com3 · outbound

Platform / Reference Domains

w3.org49 · platform/reference
ps.w.org6 · platform/reference
wordpress.org4 · platform/reference
github.com2 · platform/reference
developer.wordpress.org1 · platform/reference

External Asset Domains

fonts.googleapis.com5 · asset + outbound

Incoming Endpoints

wp_ajax_nopriv_ins_ajax_cart_item_removepublic

wp_ajax

wp_ajax_nopriv_ins_ajax_cart_reloadpublic

wp_ajax

wp_ajax_nopriv_ins_ajax_cart_singlepublic

wp_ajax

wp_ajax_nopriv_ins_ajax_empty_cartpublic

wp_ajax

wp_ajax_nopriv_ins_ajax_remove_couponpublic

wp_ajax

wp_ajax_nopriv_ins_ajax_update_cartpublic

wp_ajax

Admin AJAX endpoints20
wp_ajax_appsero_refresh_license_authenticated

wp_ajax

wp_ajax_ins_ajax_cart_item_removeauthenticated

wp_ajax

wp_ajax_ins_ajax_cart_reloadauthenticated

wp_ajax

wp_ajax_ins_ajax_cart_singleauthenticated

wp_ajax

wp_ajax_ins_ajax_empty_cartauthenticated

wp_ajax

wp_ajax_ins_ajax_install_woocommerceauthenticated

wp_ajax

wp_ajax_ins_ajax_remove_couponauthenticated

wp_ajax

wp_ajax_ins_ajax_update_cartauthenticated

wp_ajax

wp_ajax_ins_black_friday_notice_ins_dismiss_callbackauthenticated

wp_ajax

wp_ajax_ins_dashboard_widget_dismissauthenticated

wp_ajax

wp_ajax_ins_del_billing_fieldsauthenticated

wp_ajax

wp_ajax_ins_del_shipping_fieldsauthenticated

wp_ajax

8 more hidden

Score History

2 score snapshots

+0
1007550250Jun 25, 2026, 09:56 AM UTC Score 25/100 Plugin v3.3.33 Plugin Check 2.0.0 560 errors, 362 warningsJun 29, 2026, 07:04 AM UTC Score 25/100 Plugin v3.3.34 Plugin Check 2.0.0 568 errors, 369 warningsJun 25, 2026Jun 29, 2026

v3.3.34

25

Latest

Findings
937
Errors
568
Warnings
369
Check
2.0.0

v3.3.33

25

Score

Findings
922
Errors
560
Warnings
362
Check
2.0.0

Relationship Map

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

37 nodes

Related Plugins