Plugin Name
开发者 |
blakerdev
|
更新时间 |
2014年1月19日 05:54 |
PHP版本: |
2.0.2 及以上 |
WordPress版本: |
3.8 |
详情介绍:
This plugin lets you create meta boxes by creating and calling a function but without needing to reuse all of the same WordPress functions for doing so.
安装:
- Upload
plugin-name.php
to the /wp-content/plugins/
directory
- Activate the plugin through the 'Plugins' menu in WordPress
- (Optional) Create a meta-boxes.php file and include it from your functions.php file. Since the meta box functions can get long this will help keep your functions.php cleaner and keep all your meta boxes together.
更新日志:
1.1.0
- Changed type from string to array to support showing a meta boxes in multiple post types. Variable name has changed from $type to $types.
1.0.1
- Renamed the class of the container around the meta boxes
1.0