Social Slider Feed – Social Media Feed & Gallery Widgets

Display Instagram, Facebook and YouTube feeds in widgets, posts, pages, or anywhere else on your website.

v2.3.4ThemeisleUpdated Added 20k+ installs78% rating
24
Score
929
Errors
707
Warnings
+0
Change

Category Scores

Security0
Repo94
Performance100
Maintainability0

Top Issues by Category

security764
maintainability586
i18n220

Issues Details

1,636 issues found in latest scan

WARNING345
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

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

ERROR306
WordPress.Security.EscapeOutput.OutputNotEscaped

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

ERROR289
WordPress.Security.EscapeOutput.UnsafePrintingFunction

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

ERROR178
WordPress.WP.I18n.TextDomainMismatch

Mismatched text domain. Expected 'instagram-slider-widget' but got "wbcr_factory_481".

WARNING66
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

ERROR50
missing_direct_file_access_protection

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

WARNING38
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

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

WARNING36
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound

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

WARNING35
WordPress.WP.EnqueuedResourceParameters.MissingVersion

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.

WARNING33
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_COOKIE['wis-demo-account-data'] not unslashed before sanitization. Use wp_unslash() or similar

WARNING28
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound

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

WARNING25
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_COOKIE['wis-demo-account-data']

ERROR21
WordPress.Security.EscapeOutput.ExceptionNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Class {$class_name} is not found!"'.

ERROR20
WordPress.WP.I18n.MissingTranslatorsComment

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.

WARNING19
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

ERROR16
WordPress.WP.I18n.MissingArgDomain

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

WARNING15
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

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

WARNING11
WordPress.WP.EnqueuedResourceParameters.NotInFooter

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.

WARNING7
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING6
PluginCheck.CodeAnalysis.DiscouragedFunctions.load_plugin_textdomainFound

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.

ERROR6
PluginCheck.CodeAnalysis.Offloading.OffloadedContent

Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.

WARNING5
Internal.NoCodeFound

No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.

WARNING5
WordPress.DB.DirectDatabaseQuery.NoCaching

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

WARNING5
WordPress.DB.PreparedSQL.InterpolatedNotPrepared

Use placeholders and $wpdb->prepare(); found interpolated variable $clause at "DELETE FROM {$wpdb->postmeta} WHERE post_id='%d' AND meta_key IN ($clause)"

ERROR5
WordPress.DateTime.RestrictedFunctions.date_date

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

Latest Snapshot

Findings

1,636

Errors

929

Warnings

707

Score History

First score snapshot

First scan completed

v2.3.4 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

v2.3.4

24

Latest

Findings
1,636
Errors
929
Warnings
707
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins