Lowering metabox priority?
-
The plugin metabox currently has a priority of ‘high’ which makes it appear before any content on the edit page.
Line 98 of addfunc-head-footer-code.php:
add_meta_box('aFhfcMetaBox','Head & Footer Code','aFhfc_mtbx','','normal','high');
Is that necessary? Would you be able to change it to ‘low?’ I know I can move the metabox down and WP will remember it, but only for me. Every other WP user still has it on top and it can be rather frustrating having to explain to less savvy users how to do that.
Thank you again for your work on this plugin!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Lowering metabox priority?’ is closed to new replies.