Speed up your site with 10Web Booster. Pass Core Web Vitals by optimizing HTML / CSS / JavaScript, Image Optimization, Lazy Loading, Cache, Google Fon …
Prioritized issue groups from the latest Plugin Check scan
Maintainability
583
15 issue groups
Security
416
5 issue groups
I18n
102
5 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$TwoSettings".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
The $text parameter must be a single text string literal. Found: $each['desc']
Sample message
$_COOKIE[$cookie_name] 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: "breeze_clear_all_cache".
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
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "TWBB_S3_BUCKET".
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
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: "add_attr_to_script".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$d, %2$d", but got "%d, %d" in '%d of %d'.
Sample message
Missing $domain parameter in function call to __().
Sample message
Detected usage of meta_key, possible slow query.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
Sample message
Mismatched text domain. Expected 'tenweb-speed-optimizer' but got 'photo-gallery'.
Sample message
Function "str_contains()" requires WordPress 5.9.0, but your plugin minimum supported version is WordPress 5.0.0.
Sample message
Resource version not set in call to wp_register_style(). This means new versions of the style may not always be loaded due to browser caching.
Sample message
Stylesheets must be registered/enqueued via wp_enqueue_style()
Sample message
Processing form data without nonce verification.
Sample message
The parameter "false" at position #3 of add_option() has been deprecated since WordPress version 2.3.0. Instead do not pass the parameter.
Sample message
File and folder names must not contain spaces or special characters.
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "OptimizerCli".
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.
Not analyzed yet.
First score snapshot
v2.33.0
22
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 22 | 1,114 | 513 | 601 | v2.33.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.