该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Post Meta Box Order

描述

This plugin help you to customize order of meta boxes on posts screen. It perfectly works with custom meta boxes.

Usage

  1. Install and activate plugin
  2. Order widgets via filters. This plugin hasn’t interface for this.
  3. Update hash.

If you want to force users , add_filter( 'post_meta_box_order_force_override', '__return_true' );

安装

Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from admin’s Plugins page.

常见问题

  • I changed meta boxes order but no effected users blog?
    • Don’t forget to change hash. You can use post_meta_box_order_hash filter for that.
  • Is it compatible with multisite?
    • Definitely!
  • How can prevent to users change order?
    • Use filter: add_filter( 'post_meta_box_order_force_override', '__return_true' );

评价

此插件暂无评价。

贡献者及开发者

「Post Meta Box Order」是开源软件。 以下人员对此插件做出了贡献。

贡献者

更新日志

2.0

Filters added

1.0

Initial release