This dumps variables set by Wordpress to a little input box on the admin page.
Version: 1.1
License: GPL
Author: Geekster
Description:
This developer plugin dumps a lot of extra data in the footers of every page for admins, so you can get a better handle on what is being set by the system. Good for programming new plugins.
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 the 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.
Changes: v 1.0 -> v 1.1:
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.
Read the rest of this entry »