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
Requires
- php: ^8.1
- ext-openssl: *
- composer/installers: ~2.0
- pimple/pimple: ~3.0
- symfony/http-foundation: ^6.0 || ^7.0
- thefrosty/wp-utilities: ^3.3
Requires (Dev)
- ext-simplexml: *
- dealerdirect/phpcodesniffer-composer-installer: ^1.0.0
- phpcompatibility/php-compatibility: *
- phpunit/php-code-coverage: ^10
- phpunit/phpunit: ^10
- roave/security-advisories: dev-master
- roots/wordpress: ~6.4
- slevomat/coding-standard: ~8.8
- squizlabs/php_codesniffer: ^3.2
- wp-phpunit/wp-phpunit: ^6.4
- yoast/phpunit-polyfills: ^2.0
This package is auto-updated.
Last update: 2024-11-08 21:45:12 UTC
README
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