SMTP Email, Maintenance Mode, Duplicate Posts & Pages, Duplicate menu, Code Snippets, SVG File upload, Disable Gutenberg, Limit Login Attempts &am …
Prioritized issue groups from the latest Plugin Check scan
I18n
1,138
5 issue groups
Security
262
9 issue groups
Maintainability
192
11 issue groups
Sample message
The $domain parameter must be a single text string literal. Found: WP_EXTENDED_TEXT_DOMAIN
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
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<h2 class='wpext-section-title'>{$section['title']}</h2>"'.
Sample message
Processing form data without nonce verification.
Sample message
$_GET['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$filter_name".
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[$auth_cookie_name]
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
Missing $domain parameter in function call to __().
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$d, %2$d", but got "%d, %d" in 'Warning: Disk usage is at %d%%, exceeds %d%% threshold'.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $placeholders at "DELETE FROM {$wpdb->postmeta} WHERE meta_key IN ($placeholders)"
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$active_plugins".
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['redirect_to_comment']. Check that the array index exists before using it.
Sample message
Unescaped parameter $this->login_attempt used in $wpdb->get_results()
Sample message
Mismatched text domain. Expected 'wpextended' but got 'wpext'.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
The "wpextended/block" prefix is not a valid namespace/function/class/variable/constant prefix in PHP.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "active_plugins".
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
Sample message
Attempting a database schema change is discouraged.
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Invalid export type: {$type}"'.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
Potential connections found in static code analysis.
Outbound calls
82
External assets
6
Incoming endpoints
2
No public endpoints detected.
wp_ajax
wp_ajax
First score snapshot
v3.2.7
21
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 21 | 1,651 | 1,253 | 398 | v3.2.7 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.