Print Array
开发者 |
Justin Thomas
|
更新时间 |
2011年5月11日 01:10 |
PHP版本: |
3.1 及以上 |
WordPress版本: |
3.1 |
详情介绍:
This plugin allows the use of the function echo_array
to print out array data within a custom template, most often used for debugging complex code. Within the 'Settings' in the Wordpress admin, you can set font face, size, and color so as to easily distinguish debugging information from regular content.
安装:
- Upload
print-array
folder to the /wp-content/plugins/
directory.
- Activate the plugin through the 'Plugins' menu in WordPress.
- Site wide Settings are located in "Settings", "Print Array".
更新日志:
0.1
- First version, basic functionality
0.2
- Streamlined code, removed unnecessary code comments