Adds an admin dashboard widget to parse the WordPress error log file.
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