Skip to content

Instantly share code, notes, and snippets.

@baerkins
Forked from aderaaij/yoast
Created June 29, 2017 13:09
Show Gist options
  • Save baerkins/69f79222fcbc3046aaf2b92d2177a8d5 to your computer and use it in GitHub Desktop.
Save baerkins/69f79222fcbc3046aaf2b92d2177a8d5 to your computer and use it in GitHub Desktop.
Wordpress - Move yoast seo boxes to bottom of post/page
// 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