wp-debug-log-widget

Adds an admin dashboard widget to parse the WordPress error log file.

Downloads
4.3K
Stars
8
Committers
2

WordPress Debug Log Widget

Adds an admin dashboard widget to parse the WordPress error log file.

Package Installation (via Composer)

To install this package, edit your composer.json file:

{
    "require": {
        "thefrosty/wp-debug-log-widget": "^1.2"
    }
}

Then run:

$ composer install thefrosty/wp-debug-log-widget

Or, run:

$ composer require thefrosty/wp-debug-log-widget:^1.2