Mô tả
Make var_dump’s and print_r’s more readable
Function output references with http://queryposts.com API when possible.
- Use
rinstead ofvar_dump - Use
rtfor text mode.
For example:
r($GLOBALS['wp_query']->get_posts());
rt($GLOBALS['wp_query']->get_posts());
Notes :
- Probably doesn’t work in ie
- Don’t use this on a production site but you probably already know that
- More usage https://github.com/digitalnature/php-ref
All the work was done by digitalnature I just wrapped it into a WordPress plugin and changed the look for inline debugging.
Please report issues to: https://github.com/wycks/WP-Pretty-Debug
Cài đặt
Use the Auto Installer.
Or Upload the zip and hit install.
Đánh giá
Không có đánh giá nào cho plugin này.
Người đóng góp & Lập trình viên
“Pretty Debug” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “Pretty Debug” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.

