A better way to manage dozens of WordPress websites.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
621
18 issue groups
Security
327
7 issue groups
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Gelf_Message".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$transport://$hostPort"'.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "MWP_FixCompatibility_ICWP_WPSF".
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "MAX_PRIORITY_HOOK".
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
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$data is not a valid file"'.
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: fread().
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Unescaped parameter $deleteTransients used in $wpdb->query()\n$deleteTransients assigned unsafely at line 61.
Sample message
Use placeholders and $wpdb->prepare(); found $deleteTransients
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
Function "get_sites()" requires WordPress 4.6.0, but your plugin minimum supported version is WordPress 3.1.0.
Sample message
Detected usage of a non-sanitized input variable: $_ENV['SSH_AUTH_SOCK']
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $commentIdsList at "DELETE FROM {$wpdb->commentmeta} WHERE comment_id IN ($commentIdsList)"
Sample message
$_GET['connection_id'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Interfaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "MWP_Crypter_Interface".
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fputs().
Sample message
The use of function ini_set() is discouraged
Sample message
Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: \PDO.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$$name".
Potential connections found in static code analysis.
Outbound calls
300
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
2 score snapshots
v4.9.35
23
Latest
v4.9.34
22
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 1,071 | 506 | 565 | v4.9.35 | 2.0.0 |
| 22 | 1,072 | 507 | 565 | v4.9.34 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.