=== WP filter in nested HTML table === Contributors: TaijiMark Donate link: http://www.laobanit.com/wp-filter-in-nested-html-table/ Tags: development, admin, nested, html, table, plugin Requires at least: 2.8 Tested up to: 3.4.1 Stable tag: 1.0 License: GPLv2 Show $wp_filter content in nested html table at the end of admin page. == Description == If you are interested in understanding or developing WordPress, sooner or later you might want to trace do_action('template_redirect'). With the knowledge from function's documentation, you know $wp_filter is involved. You may show array using val_dump or print_r, but it will take time for human eyes to read array in plain text directly. This plugin will show $wp_filter content in nested html table style for your easy reference. When activated you will see immediate result of your admin screen on every page. Version: 1.0 == Installation == Please refer to http://codex.wordpress.org/Managing_Plugins == Frequently Asked Questions == = How can I change table style = Modify function taijimark003_css(). == Screenshots == 1. Sample result screenshot == Upgrade Notice == N/A == Changelog == = 1.0 = * First release (2012-07-05)