kisabelle
9/18/2014 - 9:47 PM

Move Yoast SEO Meta Boxes to Bottom of Page Edit Screen

Move Yoast SEO Meta Boxes to Bottom of Page Edit Screen

// Move Yoast to bottom
function yoasttobottom() {
	return 'low';
}

add_filter( 'wpseo_metabox_prio', 'yoasttobottom');