Skip to content

Instantly share code, notes, and snippets.

@cstielper
Created December 7, 2017 13:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cstielper/6c3022bc7fe3a9b12d8ea26a4749a0c6 to your computer and use it in GitHub Desktop.
Save cstielper/6c3022bc7fe3a9b12d8ea26a4749a0c6 to your computer and use it in GitHub Desktop.
Move Yoast meta box to bottom of screen
/**
* Move Yoast to bottom
*/
function yoast_to_bottom() {
return 'low';
}
add_filter( 'wpseo_metabox_prio', 'yoast_to_bottom');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment