Formerly "Instagram Feed". Display clean, customizable, and responsive Instagram feeds from multiple accounts. Supports Instagram oEmbeds.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
900
12 issue groups
Security
726
10 issue groups
I18n
76
3 issue groups
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $cache_table at "SELECT 1 FROM $cache_table LIMIT 1"
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
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$account_type'.
Sample message
Unescaped parameter $cache_table used in $wpdb->get_var()
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "addErrorNotice".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$account_type".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "sbi_account_connector_after_update".
Sample message
$_GET['feed_id'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
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
Detected usage of a non-sanitized input variable: $_FILES['file']['name']
Sample message
Unescaped parameter $column used in $wpdb->query()\n$column assigned unsafely at line 574.
Sample message
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.
Sample message
Attempting a database schema change is discouraged.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "SBI_Account_Connector".
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['file']['name']. Check that the array index exists before using it.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "SBIVER".
Sample message
Use placeholders and $wpdb->prepare(); found $query
Sample message
Missing $domain parameter in function call to __().
Sample message
Mismatched text domain. Expected 'instagram-feed' but got 'custom-facebook-feed'.
Sample message
Processing form data without nonce verification.
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Potential connections found in static code analysis.
Outbound calls
276
External assets
1
Incoming endpoints
23
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
10 more hidden
2 score snapshots
v6.11.4
25
Latest
v6.11.3
25
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 1,767 | 440 | 1,327 | v6.11.4 | 2.0.0 |
| 25 | 1,749 | 449 | 1,300 | v6.11.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.