baerkins
6/29/2017 - 1:09 PM

Wordpress - Move yoast seo boxes to bottom of post/page

Wordpress - Move yoast seo boxes to bottom of post/page

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