Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@accrane
Last active July 7, 2016 19:31
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 accrane/5648c72c0a7cb02fd83bac800a7d190c to your computer and use it in GitHub Desktop.
Save accrane/5648c72c0a7cb02fd83bac800a7d190c to your computer and use it in GitHub Desktop.
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