Skip to content

Instantly share code, notes, and snippets.

@jeremyescott
Created March 18, 2016 17:45
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 jeremyescott/49f766e76c7cd3dfa9bd to your computer and use it in GitHub Desktop.
Save jeremyescott/49f766e76c7cd3dfa9bd to your computer and use it in GitHub Desktop.
Moves the Yoast SEO Meta Box to lower in the screen so that it doesn't fight with custom post meta, etc. Add to functions.php on theme.
<?php
add_filter( 'wpseo_metabox_priority', function() { return 'default';});
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment