landbryo
1/5/2017 - 12:15 AM

Moves Yoast SEO box to below all other content fields in WordPress dashboard.

Moves Yoast SEO box to below all other content fields in WordPress dashboard.

/////////////////////
// YOAST TO BOTTOM //
/////////////////////

function yoasttobottom() {
	return 'low';
}
add_filter( 'wpseo_metabox_prio', 'yoasttobottom');