https://github.com/brasofilo/view-debug-log
Adds a settings page to view and clear the Debug Log (/wp-content/debug.log)
https://github.com/brasofilo/view-debug-log
Last synced: about 2 months ago
JSON representation
Adds a settings page to view and clear the Debug Log (/wp-content/debug.log)
- Host: GitHub
- URL: https://github.com/brasofilo/view-debug-log
- Owner: brasofilo
- Created: 2013-09-12T23:33:05.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-03-29T16:15:59.000Z (2 months ago)
- Last Synced: 2025-03-29T17:25:11.016Z (2 months ago)
- Language: PHP
- Size: 432 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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***
>