dajocarter
2/24/2017 - 4:08 PM

Move Yoast to the bottom of the edit page

Move Yoast to the bottom of the edit page

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