transmitstudio
3/1/2017 - 10:01 PM

Moves Yoast SEO box to bottom of edit page

Moves Yoast SEO box to bottom of edit page

<?php
// Move Yoast metabox to bottom of edit page
function yoasttobottom() {
	return 'low';
}
add_filter( 'wpseo_metabox_prio', 'yoasttobottom');