Instagram feeds made easy. Responsive, customizable, accessible, and SEO-friendly out of the box. Includes Instagram blocks & oEmbed support.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
250
16 issue groups
Security
225
7 issue groups
I18n
48
2 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$style <p>$message <br /> $link</p> $details"'.
Sample message
Short PHP opening tag used with echo; expected "<?php echo $accountId ..." but found "<?= $accountId ..."
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"API error: $message"'.
Sample message
Mismatched text domain. Expected 'spotlight-social-photo-feeds' but got 'sl-insta'.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "getAssetUri".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "admin_footer".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$bootstrapper".
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Use placeholders and $wpdb->prepare(); found $accountId
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "SL_INSTA".
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Unescaped parameter $accountId used in $wpdb->get_results()\n$accountId used without escaping.
Sample message
$_GET['access_token'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
The use of function set_time_limit() is discouraged
Sample message
Detected usage of meta_query, possible slow query.
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.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Detected usage of a non-sanitized input variable: $_GET['access_token']
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $metaTable at FROM $metaTable\n
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$prefix . $key".
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "SlInstaPluginInfo".
Not analyzed yet.
First score snapshot
v1.7.5
24
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 558 | 411 | 147 | v1.7.5 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.