https://github.com/underpin-wp/debug-bar-extension
Adds logged events to WordPress Debug bar
https://github.com/underpin-wp/debug-bar-extension
debugger debugger-toolbar underpin wordpress
Last synced: about 1 month ago
JSON representation
Adds logged events to WordPress Debug bar
- Host: GitHub
- URL: https://github.com/underpin-wp/debug-bar-extension
- Owner: Underpin-WP
- Created: 2021-05-11T18:37:43.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-01T13:11:50.000Z (over 4 years ago)
- Last Synced: 2025-03-08T01:01:52.225Z (over 1 year ago)
- Topics: debugger, debugger-toolbar, underpin, wordpress
- Language: PHP
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Unerpin Debug Extension
This extension uses Underpin's `logger` class with commonly-used WordPress debugger utilities,
such as [debug bar](wordpress.org/plugins/debug-bar/) and [query monitor](wordpress.org/plugins/query-monitor).
This extension requires [Underpin](github.com/underpin-WP/underpin) to function.
## Installation
### Using Composer
`composer require underpin/debug-bar-extension`
### Manually
This plugin uses a built-in autoloader, so as long as it is required _before_
Underpin, it should work as-expected.
`require_once(__DIR__ . '/underpin-debug-bar-extension/debug-bar.php');`
## Setup
This plugin will automatically log any logger events. Simply installing the extension and activating your debugger of
choice is sufficient.
1. Install Underpin. See [Underpin Docs](https://www.github.com/underpin-wp/underpin)
1. Install any of the supported plugins mentioned below.
## Supported Plugins
1. [query monitor](wordpress.org/plugins/query-monitor)
1. [debug bar](wordpress.org/plugins/debug-bar/)
If you use a plugin, and think it should be integrated, [submit an issue](https://github.com/Underpin-WP/debug-bar-extension/issues/new).