Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

Post Meta Box Order

Descrizione

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' );

Installazione

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.

FAQ

  • 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' );

Recensioni

Non ci sono recensioni per questo plugin.

Contributi e sviluppo

“Post Meta Box Order” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

Traduci “Post Meta Box Order” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il Codice segui il Repository SVN iscriviti al Log delle Modifiche. Puoi farlo tramite RSS con un lettore di feed.

Changelog (registro delle modifiche)

2.0

Filters added

1.0

Initial release