Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
Move Yoast SEO box to the bottom of the page
/*-------------------------------------
Move Yoast to the Bottom
---------------------------------------*/
function yoasttobottom() {
return 'low';
}
add_filter( 'wpseo_metabox_prio', 'yoasttobottom');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment