Skip to content

Instantly share code, notes, and snippets.

@thebeckyhamm
Created April 23, 2015 15:16
Show Gist options
  • Save thebeckyhamm/0b0ac6caa50487ffdb27 to your computer and use it in GitHub Desktop.
Save thebeckyhamm/0b0ac6caa50487ffdb27 to your computer and use it in GitHub Desktop.
Move Yoast SEO to bottom
// Move Yoast to 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