An open API service indexing awesome lists of open source software.

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.

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](/screenshots/Debug_blog_options_ALL.png?raw=true)

### Debug blog options - Complex type details

![Debug blog options - Complex type details](/screenshots/Debug_blog_options_DETAILS.png?raw=true)

### Debug blog information

![Debug blog information](/screenshots/Debug_bloginfo_ALL.png?raw=true)

## 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.

[![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KF943RX59TYDE&currency_code=EUR&source=url)