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');