Skip to content

brasofilo/view-debug-log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

View Debug Log

Adds a settings page to view and clear the Debug Log (/wp-content/debug.log)

Use the following to your wp-config.php file:

define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);
@ini_set('display_errors',0);

Plugin page in Multisite

view debug log page

About

Adds a settings page to view and clear the Debug Log (/wp-content/debug.log)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors