Tools for Twitter is a plugin that creates a complete integration between your WordPress blog and your Twitter account.
Prioritized issue groups from the latest Plugin Check scan
Security
134
10 issue groups
Maintainability
75
14 issue groups
I18n
7
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$after_title'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$account".
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
Processing form data without nonce verification.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
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['nonce']
Sample message
$_GET['nonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $col at \t\t\t\tADD INDEX ($col)\n
Sample message
Use placeholders and $wpdb->prepare(); found $post_type
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "admin_enqueue_styles".
Sample message
Function "mb_strlen()" requires WordPress 4.2.0, but your plugin minimum supported version is WordPress 3.8.0.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Unescaped parameter $col used in $wpdb->query()\n$col used without escaping.
Sample message
Attempting a database schema change is discouraged.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Simple placeholders should not be quoted in the query string in $wpdb->prepare(). Found: '%s'.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
Detected usage of tax_query, possible slow query.
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['nonce']. Check that the array index exists before using it.
Not analyzed yet.
First score snapshot
v3.2.1
34
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 34 | 222 | 135 | 87 | v3.2.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.