Present your content at its best for social sites and search results, no matter how URLs are shared, reshared, messaged, posted, embedded, or crawled.
Prioritized issue groups from the latest Plugin Check scan
I18n
998
5 issue groups
Security
395
7 issue groups
Maintainability
286
13 issue groups
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 '$about_key'.
Sample message
Mismatched text domain. Expected 'wpsso' but got 'all-in-one-seo-pack'.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$cache_exp_filter".
Sample message
The $text parameter must be a single text string literal. Found: $a[ 'name' ]
Sample message
The $domain parameter must be a single text string literal. Found: $arr[ 'text_domain' ]
Sample message
Missing $domain parameter in function call to __().
Sample message
$_GET[$action_query] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_FILES['file']['tmp_name']
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$$ext".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "embed_content".
Sample message
print_r() found. Debug code should not normally be used in production.
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 possibly undefined superglobal array index: $_FILES['file']['size']. Check that the array index exists before using it.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "__return_day_in_seconds".
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().
Potential connections found in static code analysis.
Outbound calls
293
External assets
7
Incoming endpoints
0
No public endpoints detected.
2 score snapshots
v22.5.1
22
Latest
v22.4.0
22
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 22 | 1,823 | 1,409 | 414 | v22.5.1 | 2.0.0 |
| 22 | 1,819 | 1,407 | 412 | v22.4.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.