Wtyczka nie została przetestowana z trzema ostatnimi głównymi wydaniami WordPressa. Może nie być już utrzymywana lub obsługiwana, co może skutkować problemem ze zgodnością z nowszymi wersjami WordPressa.

Post Meta Box Order

Opis

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

Instalacja

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.

Najczęściej zadawane pytania

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

Recenzje

Wtyczka nie ma jeszcze żadnej recenzji.

Kontrybutorzy i deweloperzy

„Post Meta Box Order” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój wtyczki.

Zaangażowani

Rejestr zmian

2.0

Filters added

1.0

Initial release