Log PHP, database and JavaScript errors via WP_DEBUG with one click. Conveniently create, view, filter and clear the debug.log file.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
47
20 issue groups
Security
24
2 issue groups
I18n
4
1 issue group
Repo Compliance
2
2 issue groups
Sample message
Detected usage of a possibly undefined superglobal array index: $_REQUEST['nonce']. Check that the array index exists before using it.
Sample message
$_REQUEST['nonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Function "wp_date()" requires WordPress 5.3.0, but your plugin minimum supported version is WordPress 4.6.0.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "DLM\Classes".
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DLM__PATH".
Sample message
A function call to _n() 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
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "dlm_autoloader".
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
Library files that are already in the WordPress core are not permitted.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "dlm_js_error_log_skip_origin_check".
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
var_export() found. Debug code should not normally be used in production.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fread().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
rename() is discouraged. Use WP_Filesystem::move() to rename a file.
Sample message
Plugin name "Debug Log Manager - Conveniently Monitor and Inspect Errors" is different from the name declared in plugin header "Debug Log Manager".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
The "Domain Path" header in the plugin file must point to an existing folder. Found: "languages"
Sample message
The "Short Description" section is too long and was truncated. A maximum of 150 characters is supported.
Potential connections found in static code analysis.
Outbound calls
57
External assets
0
Incoming endpoints
10
No external asset domains detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
2 score snapshots
v2.5.2
66
Latest
v2.5.1
66
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 66 | 77 | 33 | 44 | v2.5.2 | 2.0.0 |
| 66 | 77 | 33 | 44 | v2.5.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.