WP Manifestindependent plugin directory
manifest / developer / current-admin-info

Current admin screen info

Displays info about the current admin screen and its globals, contextual hooks, etc.

by Franz Josef Kaiser · github.com/franz-josef-kaiser/current-admin-info

84stars
2.7kcomposer installs
13forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/franz-josef-kaiser/current-admin-info/archive/refs/heads/master.zip

Also on Packagist as wecodemore/current-admin-info:

composer require wecodemore/current-admin-info

From the readme

Current Admin Info Displays info about the current admin screen and its globals, contextual hooks, etc. The info appears in new tabs in the »Contextual Help«-panel in the upper right corner of an admin screen. The update to 2.0 took me ~4 hours to write (including Readme, Wiki, Screenshots, etc.). I hope you appreciate the time that goes into providing freely available code. If you do, then just hit the GitTip button above or donate something via my site. Thank you. Currently available info tabs: Contextual hooks - all hooks that have »context«, the $hooksuffix in their name. Set Globals: Arrays/Objects are hidden and shown on click (js). Current screen info: Everything that the $currentscreen object contains and isn't private. Written and maintained by Franz Josef Kaiser. The contextual hooks tab. The available and set globals tab. Closed Arrays/Objects The available and set globals tab. Showing an open Array/Object The current screen tab. based on an idea by @StephenHarris here. Extending with a child plugin We now have a dedicated Wiki Page to explain this task.

Read the full README on GitHub →