https://github.com/alexboia/argus
Displays all the information provided by WordPress' get_bloginfo() function and dumps all the non-transient options. Strictly developed for learning purposes.
https://github.com/alexboia/argus
wordpress wordpress-bloginfo-viewer wordpress-debugging wordpress-options-viewer wordpress-plugin
Last synced: about 1 month ago
JSON representation
Displays all the information provided by WordPress' get_bloginfo() function and dumps all the non-transient options. Strictly developed for learning purposes.
- Host: GitHub
- URL: https://github.com/alexboia/argus
- Owner: alexboia
- License: bsd-3-clause
- Created: 2020-01-01T15:40:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-25T19:35:19.000Z (over 6 years ago)
- Last Synced: 2025-03-20T03:38:54.229Z (over 1 year ago)
- Topics: wordpress, wordpress-bloginfo-viewer, wordpress-debugging, wordpress-options-viewer, wordpress-plugin
- Language: PHP
- Size: 313 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LVD-BlogInfo-Display
Displays all the information provided by WordPress' get_bloginfo() function and dumps all the non-transient options.
Strictly developed for learning purposes, but it may turn out to yield some use anyways.
## What it does
This plug-in creates a menu entry ("Debug blog information") with two sub-entries:
- "Debug blog information" -> Displays all information that can be obtained using the `get_bloginfo()` function:
- Can be filtered using the "Filter blog information..." text box (as-you-type);
- Quickly copy the value for each key;
- Quickly copy the invocation code for each key.
- "Debug blog options" -> Displays all options that do not act as storage for WordPress transients and their values, by directly scanning the `wp_options` table:
- Can be filtered using the "Filter options..." text box (as-you-type);
- Values that are of composite types (arrays, objects) are displayed in a separate window, using Kint.
## Screenshots
### Debug blog options

### Debug blog options - Complex type details

### Debug blog information

## Credits
1. [Kint](https://kint-php.github.io/kint/) - Kint - a modern and powerful PHP debugging helper
2. [ClipboardJS]() - https://clipboardjs.com/ - A JavaScript library used to copy text to clipboard
3. [jQuery BlockUI](http://jquery.malsup.com/block/#overview) - jQuery modal view plug-in
## Licence
The source code is published under the terms of the [BSD New License](https://opensource.org/licenses/BSD-3-Clause) licence.
## Donate
I put some of my free time into developing and maintaining this plugin.
If helped you in your projects and you are happy with it, you can buy me a coffee.
[](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KF943RX59TYDE¤cy_code=EUR&source=url)