Skip to content

alexboia/Argus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Debug blog options - Complex type details

Debug blog options - Complex type details

Debug blog information

Debug blog information

Credits

  1. 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 - jQuery modal view plug-in

Licence

The source code is published under the terms of the BSD New License 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

About

Displays all the information provided by WordPress' get_bloginfo() function and dumps all the non-transient options. Strictly developed for learning purposes.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors