Set Metabox Priority to Low
-
Is there any function that I can use to set the metabox priority to low? I use ACF a lot and the SEO metabox is placing on top of them. On Yoast and All in one, there are functions that we can move the metabox to be the last one and I’m wondering if I can accomplish the same with this plugin.
Here is a function that I use for all in one:
function lower_aioseop_priority( $html ) { return 'low'; } add_filter( 'aioseop_post_metabox_priority', 'lower_aioseop_priority' );
Thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Set Metabox Priority to Low’ is closed to new replies.