https://github.com/thefrosty/wp-debug-log-widget
Adds an admin dashboard widget to parse the WordPress error log file.
https://github.com/thefrosty/wp-debug-log-widget
debug error-logs packagist php php81 widget wordpress wordpress-plugin
Last synced: about 2 months ago
JSON representation
Adds an admin dashboard widget to parse the WordPress error log file.
- Host: GitHub
- URL: https://github.com/thefrosty/wp-debug-log-widget
- Owner: thefrosty
- Created: 2020-10-14T15:49:05.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2024-12-08T18:28:06.000Z (6 months ago)
- Last Synced: 2025-03-23T22:14:19.900Z (2 months ago)
- Topics: debug, error-logs, packagist, php, php81, widget, wordpress, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 210 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELONG.md
Awesome Lists containing this project
README
# WordPress Debug Log Widget

[]()
[](https://packagist.org/packages/thefrosty/wp-debug-log-widget)
[](https://packagist.org/packages/thefrosty/wp-debug-log-widget)
[](https://packagist.org/thefrosty/thefrosty/wp-debug-log-widget)

[](https://codecov.io/gh/thefrosty/wp-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:
```json
{
"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`