Skip to content

Instantly share code, notes, and snippets.

@landbryo
Last active May 24, 2018 16:17
Show Gist options
  • Save landbryo/6839f47437b34d0aef5ef607d4b79e8f to your computer and use it in GitHub Desktop.
Save landbryo/6839f47437b34d0aef5ef607d4b79e8f to your computer and use it in GitHub Desktop.
Moves Yoast SEO box to below all other content fields in WordPress dashboard.
/////////////////////
// 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