Περιγραφή
This plugin help you to customize order of meta boxes on posts screen. It perfectly works with custom meta boxes.
Usage
- Install and activate plugin
- Order widgets via filters. This plugin hasn’t interface for this.
- 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.
- Don’t forget to change hash. You can use
- 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' );
- Use filter:
Κριτικές
Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.
Συνεισφέροντες & Προγραμματιστές
“Post Meta Box Order” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.
ΣυντελεστέςΜεταφράστε το “Post Meta Box Order” στην γλώσσα σας.
Ενδιαφέρεστε για την ανάπτυξη;
Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .
Σύνοψη αλλαγών
2.0
Filters added
1.0
Initial release