WebTotem is a SaaS which provides powerful tools for securing and monitoring your website in one place in easy and flexible way.
Prioritized issue groups from the latest Plugin Check scan
I18n
1,003
3 issue groups
Security
154
10 issue groups
Maintainability
123
11 issue groups
Performance
4
1 issue group
Sample message
Mismatched text domain. Expected 'wt-security' but got 'wordfence'.
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
Use placeholders and $wpdb->prepare(); found interpolated variable $_group_by at "SELECT * FROM $table_name $where $_group_by $_sort $_pagination"
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
Unescaped parameter $audit_logs_table used in $wpdb->get_var()\n$audit_logs_table assigned unsafely at line 61.
Sample message
Processing form data without nonce verification.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$d, %2$d", but got "%d, %d" in '%dh %dm'.
Sample message
Use placeholders and $wpdb->prepare(); found $add_status_column
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$page_content'.
Sample message
Detected usage of a non-sanitized input variable: $_FILES['pluginzip']['name']
Sample message
$_POST[$key] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Attempting a database schema change is discouraged.
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['pluginzip']['name']. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.
Sample message
Unescaped parameter $add_status_column used in $wpdb->query()\n$add_status_column assigned unsafely at line 109.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "cron_add_some_min".
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
Writing files using ABSPATH may be problematic. Consider using wp_upload_dir() instead if storing user data or generated files.
Sample message
The use of function ini_set() is discouraged
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "login_errors".
Potential connections found in static code analysis.
Outbound calls
60
External assets
2
Incoming endpoints
2
wp_ajax
wp_ajax
First score snapshot
v3.0.1
21
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 21 | 1,323 | 1,110 | 213 | v3.0.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.