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.
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_optionstable:- 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.
- Kint - Kint - a modern and powerful PHP debugging helper
- ClipboardJS - https://clipboardjs.com/ - A JavaScript library used to copy text to clipboard
- jQuery BlockUI - jQuery modal view plug-in
The source code is published under the terms of the BSD New License licence.
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.



