Display Instagram, Facebook, YouTube & X/Twitter feeds with photos, videos, reels, events & galleries. Fast, responsive & easy to set up.
Category Scores
Top Issues by Category
maintainability1,322
i18n805
security684
Issues Details
2,844 issues found in latest scan
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$ESF_Admin".
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"body.{$body_class} .fs-notice:not(.fs-slug-easy-facebook-likebox){display:none !important;}"'.
The $text parameter must be a single text string literal. Found: $access_token
Missing $domain parameter in function call to esc_attr_e().
Function "get_the_post_thumbnail_url()" requires WordPress 4.4.0, but your plugin minimum supported version is WordPress 3.3.0.
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "efl_fs_loaded".
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "ecff_hastags_to_link".
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Customize_Alpha_Color_Control".
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Processing form data without nonce verification.
Processing form data without nonce verification.
$_GET['access_token'] not unslashed before sanitization. Use wp_unslash() or similar
Detected usage of a possibly undefined superglobal array index: $_GET['status']. Check that the array index exists before using it.
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
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.
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "ESF_INSTA_PLUGIN_DIR".
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.
Detected usage of a non-sanitized input variable: $_COOKIE['moove_gdpr_popup']
The $text parameter must not contain interpolated variables or expressions. Found: {$efbl_bio_data->name}
Use placeholders and $wpdb->prepare(); found interpolated variable {$option_table} at "DELETE FROM {$option_table} WHERE option_name LIKE %s OR option_name LIKE %s OR option_name LIKE %s OR option_name LIKE %s"
Unescaped parameter $sql used in $wpdb->get_results()\n$sql assigned unsafely at line 215.
Use placeholders and $wpdb->prepare(); found $efbl_trans_sql
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$ESF_Admin". | 804 |
| WordPress.Security.EscapeOutput.OutputNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"body.{$body_class} .fs-notice:not(.fs-slug-easy-facebook-likebox){display:none !important;}"'. | 475 |
| WordPress.WP.I18n.NonSingularStringLiteralText | ERROR | The $text parameter must be a single text string literal. Found: $access_token | 440 |
| WordPress.WP.I18n.MissingArgDomain | ERROR | Missing $domain parameter in function call to esc_attr_e(). | 360 |
| wp_function_not_compatible_with_requires_wp | ERROR | Function "get_the_post_thumbnail_url()" requires WordPress 4.4.0, but your plugin minimum supported version is WordPress 3.3.0. | 187 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "efl_fs_loaded". | 97 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | WARNING | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "ecff_hastags_to_link". | 71 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound | WARNING | Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Customize_Alpha_Color_Control". | 67 |
| WordPress.Security.EscapeOutput.UnsafePrintingFunction | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'. | 60 |
| WordPress.Security.NonceVerification.Missing | WARNING | Processing form data without nonce verification. | 49 |
| WordPress.Security.NonceVerification.Recommended | WARNING | Processing form data without nonce verification. | 43 |
| WordPress.Security.ValidatedSanitizedInput.MissingUnslash | WARNING | $_GET['access_token'] not unslashed before sanitization. Use wp_unslash() or similar | 21 |
| WordPress.Security.ValidatedSanitizedInput.InputNotValidated | WARNING | Detected usage of a possibly undefined superglobal array index: $_GET['status']. Check that the array index exists before using it. | 20 |
| WordPress.DB.DirectDatabaseQuery.DirectQuery | WARNING | Use of a direct database call is discouraged. | 19 |
| WordPress.DB.DirectDatabaseQuery.NoCaching | WARNING | Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete(). | 18 |
| WordPress.WP.EnqueuedResourceParameters.MissingVersion | WARNING | 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. | 18 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 16 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound | WARNING | Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "ESF_INSTA_PLUGIN_DIR". | 12 |
| WordPress.WP.EnqueuedResourceParameters.NotInFooter | WARNING | 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. | 10 |
| WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | WARNING | Detected usage of a non-sanitized input variable: $_COOKIE['moove_gdpr_popup'] | 6 |
| WordPress.WP.I18n.InterpolatedVariableText | ERROR | The $text parameter must not contain interpolated variables or expressions. Found: {$efbl_bio_data->name} | 5 |
| WordPress.DB.PreparedSQL.InterpolatedNotPrepared | WARNING | Use placeholders and $wpdb->prepare(); found interpolated variable {$option_table} at "DELETE FROM {$option_table} WHERE option_name LIKE %s OR option_name LIKE %s OR option_name LIKE %s OR option_name LIKE %s" | 4 |
| PluginCheck.Security.DirectDB.UnescapedDBParameter | WARNING | Unescaped parameter $sql used in $wpdb->get_results()\n$sql assigned unsafely at line 215. | 3 |
| WordPress.DB.PreparedSQL.NotPrepared | ERROR | Use placeholders and $wpdb->prepare(); found $efbl_trans_sql | 3 |
| WordPress.DateTime.RestrictedFunctions.date_date | ERROR | date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead. | 3 |
Latest Snapshot
Findings
2,844
Errors
1,567
Warnings
1,277
Score History
First score snapshot
First scan completed Jun 20, 2026
v6.7.6 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v6.7.6
22
Latest
- Findings
- 2,844
- Errors
- 1,567
- Warnings
- 1,277
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 22 | 2,844 | 1,567 | 1,277 | v6.7.6 | 2.0.0 | 2026.06-mvp-static-v2 |