Automatically post contents, create news feeds, import and display unlimited RSS feeds from various sources in a few clicks!
Prioritized issue groups from the latest Plugin Check scan
Security
264
10 issue groups
Maintainability
244
13 issue groups
I18n
43
2 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"[$k]=>\"$v\", "'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$api".
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
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
Attempting a database schema change is discouraged.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$d, %2$d, %3$d", but got "%d, %d, %d" in 'Total found links [%d] and accepted [%d] and reject [%d]'.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "content_pilot".
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "ContentPilot".
Sample message
Processing form data without nonce verification.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $query_from at "SELECT * $query_from $query_where $query_orderby $query_limit"
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'wsa_form_bottom_' . $form['id']".
Sample message
Detected usage of a non-sanitized input variable: $_GET['action']
Sample message
Unescaped parameter $links_query used in $wpdb->query()\n$links_query assigned unsafely at line 415.
Sample message
Use placeholders and $wpdb->prepare(); found $clear_query
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DEFAULT_BR_TEXT".
Sample message
debug_backtrace() found. Debug code should not normally be used in production.
Sample message
trigger_error() found. Debug code should not normally be used in production.
Sample message
Short URL detected (bit.ly). Use full URLs instead of URL shorteners.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
$_REQUEST['nonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_REQUEST['campaign_id']. Check that the array index exists before using it.
Potential connections found in static code analysis.
Outbound calls
116
External assets
0
Incoming endpoints
8
No external asset domains detected.
No public endpoints detected.
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
2 score snapshots
v2.2.3
28
Latest
v2.2.2
27
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 28 | 567 | 298 | 269 | v2.2.3 | 2.0.0 |
| 27 | 568 | 299 | 269 | v2.2.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.