Metabox Priority
-
Is there any way to programmatically set the priority of the metabox to be at the very bottom of the editing page. Currently it is appearing above my custom fields I have on my pages.
I know I can drag it down, or even minimize it. But wanted to move it to the bottom. Similar to an option with Yoast SEO.
function movetobottom() { return 'low'; } add_filter( 'wpacu_metabox_prio', 'movetobottom');
or something. And maybe even minimize it on load.
Thanks for any help you can provide.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Metabox Priority’ is closed to new replies.