PHk Wordpress Big Var Dump Version 1.1 Patch
Plugin Name: PHk Huge Dump
Plugin URI: http://www.phk.ca/
Description: This developer plugin dumps a lot of extra
data in the wp and admin footers, so you can get a
better handle on what is being set by the system. Good
for programming new plugins.
Author: Scott Leonard
Version: 1.1
Author URI: http://www.scottleonard.ca/
License: GNU General Public License (GPL)
Instructions: Drop this file in your wp-content/plugins
folder and activate/deactivate it from the Plugins menu
in your WP admin area. Scroll to the bottom of any page
to see the text area of all the variables and their
keys, so that you can learn how to use and set WP vars
better. Also note: to get at objects such as userdata
user_nickname, see the first line in the
phk_huge_dump() function. ie:
$GLOBALS['userdata']->user_nickname will reference the
user's nickname. Any object works like this.
Changelog: Version 1.0 -> 1.1 : Shows on each page for
level 10 users only. (security & usability)
This file is the Wordpress plugin now supports the
following behaviour:
1. Dump vars to the wp-footer (for your main pages)
2. Dump vars to the admin-footer (for your admin area)
3. Only dumps for admin classed users (level 10)
4. Greater output achieved.
Now you can see what's being processed easier than before.
PHk Wordpress Big Var Dump Version 1.1 Patch