Skip to content

Latest commit

 

History

History
executable file
·
30 lines (22 loc) · 1.29 KB

File metadata and controls

executable file
·
30 lines (22 loc) · 1.29 KB

WordPress Debug Log Widget

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