开发者 | tomauger |
---|---|
更新时间 | 2012年8月18日 11:14 |
PHP版本: | 3.0.0 及以上 |
WordPress版本: | 3.5-alpha-21466 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
valz_display_query_filters
to your site's /wp-content/plugins/
directoryThe objective for writing this plugin was to provide a comprehensive, working demonstration of all the filters and action hooks that a query will pass through on its way to being displayed on your page. Note that this plugin does not attempt to only address the main_query, but will spit out its output for each and every query run on that page. That can be a lot of queries if you have a bunch of plugins and whatnot installed. You have been warned.