Optimize and modify your website's parameters
Prioritized issue groups from the latest Plugin Check scan
Security
118
7 issue groups
Maintainability
65
12 issue groups
I18n
41
6 issue groups
Sample message
$_POST['ajax_slug'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_POST['lws_tk_optimisation_list']
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['less_revision_revision_number']. Check that the array index exists before using it.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$count_inactive_themes'.
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
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
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
The $text text string should have translatable content. Found: ''
Sample message
Writing files using ABSPATH may be problematic. Consider using wp_upload_dir() instead if storing user data or generated files.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$new_name} at "RENAME TABLE `{$table[0]}` TO `{$new_name}`"
Sample message
Mismatched text domain. Expected 'lws-tools' but got 'lws-cleaner'.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Sample message
Use placeholders and $wpdb->prepare(); found $db_size_query
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
Missing $domain parameter in function call to esc_html_e().
Sample message
The $text parameter must be a single text string literal. Found: $manager[1]
Sample message
Function "wp_get_wp_version()" requires WordPress 6.7.0, but your plugin minimum supported version is WordPress 5.0.0.
Sample message
Unescaped parameter $new_prefix used in $wpdb->query()\n$new_prefix assigned unsafely at line 309.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
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
Translatable string should not be wrapped in HTML. Found: '<strong>%d revision(s).</strong>'
Sample message
No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
Not analyzed yet.
First score snapshot
v2.6.4
31
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 31 | 238 | 104 | 134 | v2.6.4 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.