Turns on site high speed to be attractive for people and search engines.
Prioritized issue groups from the latest Plugin Check scan
Security
419
8 issue groups
Maintainability
206
14 issue groups
I18n
154
3 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<strong>Cache Hits:</strong> {$this -> nHits}<br />"'.
Sample message
A function call to _nx() 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
Detected usage of a non-sanitized input variable: $_COOKIE[$cookieName]
Sample message
$_COOKIE[$cookieName] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Processing form data without nonce verification.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "wp_cache_add".
Sample message
Use placeholders and $wpdb->prepare(); found $commit
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "image_size_names_choose".
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
Sample message
Use of a direct database call is discouraged.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '": {$pattern}"'.
Sample message
Function "determine_locale()" requires WordPress 5.0.0, but your plugin minimum supported version is WordPress 4.5.0.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['HTTP_COOKIE']. Check that the array index exists before using it.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: touch().
Sample message
rename() is discouraged. Use WP_Filesystem::move() to rename a file.
Sample message
The $context parameter must be a single text string literal. Found: $comp
Sample message
The $text parameter must be a single text string literal. Found: $id
Sample message
var_export() found. Debug code should not normally be used in production.
Sample message
Unescaped parameter $isolLvl used in $wpdb->query()\n$isolLvl used without escaping.
Sample message
The use of function ini_set() is discouraged
Potential connections found in static code analysis.
Outbound calls
132
External assets
0
Incoming endpoints
4
No external asset domains detected.
admin_post
admin_post
wp_ajax
wp_ajax
6 score snapshots
v2.29.20
22
Latest
v2.29.19
22
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 22 | 850 | 595 | 255 | v2.29.20 | 2.0.0 |
| 22 | 850 | 595 | 255 | v2.29.19 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.