Collect & display data from current admin screens contextual hooks and from which hook on some globals are available.
MOVED TO A REPO NOW: https://github.com/franz-josef-kaiser/current-admin-info |
This comment has been minimized.
This comment has been minimized.
@chrisguitarguy Somewhere on WPSE I already pointed that out. While reading your comment, I thought about two possibilites: Shortening the output of |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has been minimized.
This is really freakin' cool.
One issue: I get a lot of
array to string conversion
warnings on the globals class due to some global variables being an array. I changed it a bit to usevar_export
. Prettier printing, but it can make the help area really (REALLY) long.https://gist.github.com/3719649#L148