Skip to content

Instantly share code, notes, and snippets.

@marcbacon
Created August 1, 2016 21:33
Show Gist options
  • Save marcbacon/e20d97b7ce3565fcda1a18fd155008e0 to your computer and use it in GitHub Desktop.
Save marcbacon/e20d97b7ce3565fcda1a18fd155008e0 to your computer and use it in GitHub Desktop.
Move Yoast SEO Metabox to the bottom of the posts screen (change its priority)
// Move Yoast SEO Metabox to the bottom of the posts screen
add_filter( 'wpseo_metabox_prio', function() { return 'low';});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment