Debug Log Viewer

Effortlessly view, search, filter and manage your WordPress debug.log in the admin dashboard. Real-time monitoring and email alerts

v2.4Oleksandr LysyiUpdated Added 1k+ installs80% rating
37
Score
26
Errors
83
Warnings
-2
Change

Category Scores

Security0
Repo100
Performance100
Maintainability61

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

109 findings

Maintainability

58

13 issue groups

Security

50

8 issue groups

I18n

1

1 issue group

WARNINGSecurityMissing nonce verificationProcessing form data without nonce verification.29
Category
Security
Occurrences
29
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$bar_class".21
Category
Maintainability
Occurrences
21
Severity
warning

Sample message

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$bar_class".

WARNINGMaintainabilityerror log error logerror_log() found. Debug code should not normally be used in production.13
Category
Maintainability
Occurrences
13
Severity
warning

Sample message

error_log() found. Debug code should not normally be used in production.

WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.11
Category
Security
Occurrences
11
Severity
warning

Sample message

Processing form data without nonce verification.

ERRORMaintainabilityfile system operations is writableFile operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().6
Category
Maintainability
Occurrences
6
Severity
error

Sample message

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().

ERRORMaintainabilityfile system operations fcloseFile operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().5
Category
Maintainability
Occurrences
5
Severity
error

Sample message

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().

ERRORMaintainabilityfile system operations fwriteFile operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().3
Category
Maintainability
Occurrences
3
Severity
error

Sample message

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().

ERRORSecurityException output is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$template'.2
Category
Security
Occurrences
2
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$template'.

ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$group_entries'.2
Category
Security
Occurrences
2
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$group_entries'.

WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_GET['dbg_lv_nonce']2
Category
Security
Occurrences
2
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_GET['dbg_lv_nonce']

Show 12 more
WARNINGSecurityRequest data is not unslashed2
Category
Security
Occurrences
2
Severity
warning

Sample message

$_GET['dbg_lv_nonce'] not unslashed before sanitization. Use wp_unslash() or similar

ERRORMaintainabilityfile system operations chmod2
Category
Maintainability
Occurrences
2
Severity
error

Sample message

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: chmod().

ERRORMaintainabilityfile system operations fopen2
Category
Maintainability
Occurrences
2
Severity
error

Sample message

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().

WARNINGMaintainabilityDirect Query1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

Use of a direct database call is discouraged.

WARNINGMaintainabilityNo Caching1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

WARNINGSecuritywp redirect wp redirect1
Category
Security
Occurrences
1
Severity
warning

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.

WARNINGSecurityInput is not validated1
Category
Security
Occurrences
1
Severity
warning

Sample message

Detected usage of a possibly undefined superglobal array index: $_SERVER['REQUEST_METHOD']. Check that the array index exists before using it.

ERRORMaintainabilityfile system operations fread1
Category
Maintainability
Occurrences
1
Severity
error

Sample message

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fread().

ERRORMaintainabilityfile system operations readfile1
Category
Maintainability
Occurrences
1
Severity
error

Sample message

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: readfile().

ERRORMaintainabilityrename rename1
Category
Maintainability
Occurrences
1
Severity
error

Sample message

rename() is discouraged. Use WP_Filesystem::move() to rename a file.

ERRORI18nMissing Translators Comment1
Category
I18n
Occurrences
1
Severity
error

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.

WARNINGMaintainabilitymissing composer json file1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

The "/vendor" directory using composer exists, but "composer.json" file is missing.

External Connections

Potential connections found in static code analysis.

42 domains

Outbound calls

262

External assets

3

Incoming endpoints

26

Notable Domains

freemius.com10 · outbound
php.net6 · outbound
eu.i.posthog.com4 · outbound
getbootstrap.com4 · outbound

Platform / Reference Domains

gnu.org112 · platform/reference
github.com36 · platform/reference
w3.org23 · platform/reference
wordpress.org8 · platform/reference
api.wordpress.org2 · platform/reference
make.wordpress.org2 · platform/reference
core.trac.wordpress.org1 · platform/reference

External Asset Domains

checkout.freemius.com3 · asset + outbound

Incoming Endpoints

No public endpoints detected.

Admin AJAX endpoints26
admin_post_fs_clone_resolutionauthenticated

admin_post

wp_ajax_dbg_lv_change_auto_refresh_intervalauthenticated

wp_ajax

wp_ajax_dbg_lv_change_datetime_formatauthenticated

wp_ajax

wp_ajax_dbg_lv_change_group_entriesauthenticated

wp_ajax

wp_ajax_dbg_lv_change_log_viewer_alerts_statusauthenticated

wp_ajax

wp_ajax_dbg_lv_change_logs_update_modeauthenticated

wp_ajax

wp_ajax_dbg_lv_change_scroll_modeauthenticated

wp_ajax

wp_ajax_dbg_lv_change_timezoneauthenticated

wp_ajax

wp_ajax_dbg_lv_first_run_enable_loggingauthenticated

wp_ajax

wp_ajax_dbg_lv_get_alert_scheduleauthenticated

wp_ajax

wp_ajax_dbg_lv_get_cleanup_scheduleauthenticated

wp_ajax

wp_ajax_dbg_lv_get_cleanup_statsauthenticated

wp_ajax

14 more hidden

Score History

2 score snapshots

-2
1007550250Jun 21, 2026, 10:21 PM UTC Score 39/100 Plugin v2.2.3 Plugin Check 2.0.0 24 errors, 95 warningsJun 25, 2026, 06:08 AM UTC Score 37/100 Plugin v2.4 Plugin Check 2.0.0 26 errors, 83 warningsJun 21, 2026Jun 25, 2026

v2.4

37

Latest

Findings
109
Errors
26
Warnings
83
Check
2.0.0

v2.2.3

39

Score

Findings
119
Errors
24
Warnings
95
Check
2.0.0

Relationship Map

Author, categories, issues, domains, and nearby plugins.

37 nodes

Related Plugins

WP Debugging

10k+ active installs

99
98
Monster Widget

800 active installs

98
Laravel DD for WordPress

1k+ active installs

97
What Template

1k+ active installs

97