Display X posts (Twitter tweets) from any public user account in a clean, attractive looking feed that updates weekly.
| Code | Message | Location | Category | |
|---|---|---|---|---|
| ERROR | WordPress.Security.EscapeOutput.OutputNotEscaped | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'OAUTH_PROCESSOR_URL'. | 131:37 | Security |
| ERROR | WordPress.Security.EscapeOutput.OutputNotEscaped | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'ctf_json_encode'. | 246:14 | Security |
| ERROR | WordPress.Security.EscapeOutput.OutputNotEscaped | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'admin_url'. | 131:59 | Security |
| ERROR | WordPress.WP.I18n.MissingArgDomain | Missing $domain parameter in function call to _e(). | 131:169 | General |
| ERROR | WordPress.DateTime.RestrictedFunctions.date_date | date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead. | 280:18 | — |
| ERROR | WordPress.Security.EscapeOutput.UnsafePrintingFunction | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'. | 131:169 | Security |
| ERROR | WordPress.Security.EscapeOutput.UnsafePrintingFunction | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'. | 132:201 | Security |
| ERROR | PluginCheck.Security.DirectDB.UnescapedDBParameter | Unescaped parameter $sql used in $wpdb->get_results($sql)\n$sql assigned unsafely at line 274:\n $sql = $wpdb->prepare( "\n\t\t\t\t\tSELECT * FROM $feed_cache_table_name\n\t\t\t\t\tWHERE cron_update = 'yes'\n\t\t\t\t\tAND last_updated < %s\n\t\t\t\t\tAND feed_id != 'legacy'\n\t\t\t\t\tORDER BY last_updated ASC\n\t\t\t\t\tLIMIT %d;", date( 'Y-m-d H:i:s', time() - HOUR_IN_SECONDS ), self::RESULTS_PER_CRON_UPDATE )\n$feed_cache_table_name assigned unsafely at line 260:\n $feed_cache_table_name = $wpdb->prefix . 'ctf_feed_caches' | 285:17 | Security |
| ERROR | WordPress.DB.PreparedSQL.NotPrepared | Use placeholders and $wpdb->prepare(); found $sql | 285:30 | Security |
| ERROR | WordPress.WP.I18n.MissingArgDomain | Missing $domain parameter in function call to _e(). | 140:51 | General |
| 11/12/2025, 7:04:20 PM | 49s | 2 | 622 | 657 |