Formerly "Custom Facebook Feed". Display completely customizable Facebook feeds of a Facebook page. Supports Facebook oEmbeds.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
722
12 issue groups
Security
631
9 issue groups
I18n
114
4 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$avatar_class'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$all_sources".
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
Use placeholders and $wpdb->prepare(); found interpolated variable $cache_table_name at "UPDATE $cache_table_name\n
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "cff_admin_notices".
Sample message
Unescaped parameter $cache_table used in $wpdb->get_var()\n$cache_table assigned unsafely at line 564.
Sample message
$_GET['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar
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
Processing form data without nonce verification.
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
Detected usage of a non-sanitized input variable: $_FILES['file']['name']
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
Mismatched text domain. Expected 'custom-facebook-feed' but got ''.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "cffGetOembedConnectionUrl".
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
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in '%sLearn more about custom formats %s'.
Sample message
Unescaped parameter $in used in $wpdb->get_results()\n$in assigned unsafely at line 616.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "CFFVER".
Sample message
Use placeholders and $wpdb->prepare(); found $sql
Sample message
Missing $domain parameter in function call to __().
Sample message
Attempting a database schema change is discouraged.
Sample message
Function "has_block()" requires WordPress 5.0.0, but your plugin minimum supported version is WordPress 4.1.0.
Sample message
Found call to wp_enqueue_script() with external resource. Offloading scripts to your servers or any remote service is disallowed.
Potential connections found in static code analysis.
Outbound calls
278
External assets
2
Incoming endpoints
20
No public endpoints detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
7 more hidden
2 score snapshots
v4.9.0
25
Latest
v4.8.1
25
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 1,536 | 538 | 998 | v4.9.0 | 2.0.0 |
| 25 | 1,536 | 554 | 982 | v4.8.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.