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