thefrosty/wp-debug-log-widget

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

Maintainers

Package info

github.com/thefrosty/wp-debug-log-widget

Type:wordpress-plugin

pkg:composer/thefrosty/wp-debug-log-widget

Statistics

Installs: 4 317

Dependents: 0

Suggesters: 0

Stars: 9

Open Issues: 1


README

Debug Log Widget

PHP from Packagist Latest Stable Version Total Downloads License Build Status codecov

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.5"
    }
}

Then run:

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

Or, run:

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