Display X posts (Twitter tweets) from any public user account in a clean, attractive looking feed that updates weekly.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
646
10 issue groups
Security
599
11 issue groups
I18n
74
4 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$actions_attr'.
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 "DELETE FROM $cache_table_name\n
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "ctf_activate".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$actions_attr".
Sample message
$_GET['con_nonce'] 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
Unescaped parameter $cache_table used in $wpdb->get_var()\n$cache_table assigned unsafely at line 487.
Sample message
Processing form data without nonce verification.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "ctf_admin_notices".
Sample message
Processing form data without nonce verification.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Detected usage of a non-sanitized input variable: $_FILES['file']['name']
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
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "CTF_BUILDER_DIR".
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
Unescaped parameter $escaped_where_clause_string used in $wpdb->get_results()\n$escaped_where_clause_string assigned unsafely at line 62.
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
Missing $domain parameter in function call to __().
Sample message
Use placeholders and $wpdb->prepare(); found $sql
Sample message
Attempting a database schema change is discouraged.
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
The $text parameter must be a single text string literal. Found: $args['extra']
Potential connections found in static code analysis.
Outbound calls
250
External assets
4
Incoming endpoints
46
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
wp_ajax
wp_ajax
30 more hidden
2 score snapshots
v2.7.0
24
Latest
v2.6.1
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 1,368 | 436 | 932 | v2.7.0 | 2.0.0 |
| 24 | 1,368 | 446 | 922 | v2.6.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.