[Plugin: WordPress SEO by Yoast] The "wpseo_metabox_prio" filter
-
So, I’m trying to utilize this filter to change the metabox order.
It does not seem to be working that well, this is what I’m trying:add_action( ‘add_meta_boxes’, ‘change_prio’ );
function change_prio() {
apply_filters( ‘wpseo_metabox_prio’, ‘low’ );
}Ideas?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: WordPress SEO by Yoast] The "wpseo_metabox_prio" filter’ is closed to new replies.