ਵੇਰਵਾ
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:
ਸਮੀਖਿਆਵਾਂ
There are no reviews for this plugin.
ਯੋਗਦਾਨੀ ਤੇ ਵਿਕਾਸਕਾਰ
“Post Meta Box Order” is open source software. The following people have contributed to this plugin.
ਯੋਗਦਾਨੀ“Post Meta Box Order” ਦਾ ਆਪਣੀ ਭਾਸ਼ਾ ਵਿੱਚ ਅਨੁਵਾਦ ਕਰੋ।
ਵਿਕਾਸ ਕਾਰਜ ਵਿੱਚ ਰੁਚੀ ਰੱਖਦੇ ਹੋ?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
ਤਬਦੀਲੀ-ਚਿੱਠਾ
2.0
Filters added
1.0
Initial release