thefrosty/wp-debug-log-widget

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

Installs: 4 252

Dependents: 0

Suggesters: 0

Security: 0

Stars: 8

Watchers: 2

Forks: 0

Open Issues: 0

Type:wordpress-plugin

v1.3.0 2024-03-08 20:19 UTC

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

Then run:

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

Or, run:

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