FeedWordPress syndicates content from feeds you choose into your WordPress weblog.
Prioritized issue groups from the latest Plugin Check scan
I18n
399
3 issue groups
Maintainability
296
15 issue groups
Security
72
7 issue groups
Sample message
Missing $domain parameter in function call to __().
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_s".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$N".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
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 $author at \t\t\tOR TRIM(LCASE(user_login)) = TRIM(LCASE('$author'))\n
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "app_publish_post".
Sample message
The $text parameter must be a single text string literal. Found: " second"\n . ( ( 1 == $crash_dt ) ? "" : "s" )
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DEFAULT_SYNDICATION_CATEGORY".
Sample message
Unescaped parameter $field used in $wpdb->get_var()\n$field used without escaping.
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: $_FILES['opml_upload']['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
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "FeedFinder".
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['opml_upload']['tmp_name']. Check that the array index exists before using it.
Sample message
$_SERVER['REQUEST_METHOD'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
trigger_error() found. Debug code should not normally be used in production.
Sample message
Function "esc_xml()" requires WordPress 5.5.0, but your plugin minimum supported version is WordPress 4.5.0.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
Processing form data without nonce verification.
Sample message
Use of the backtick operator is forbidden
Sample message
Simple placeholders should not be quoted in the query string in $wpdb->prepare(). Found: '%s'.
Not analyzed yet.
First score snapshot
v2026.0517
24
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 815 | 496 | 319 | v2026.0517 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.