Skip to content

Instantly share code, notes, and snippets.

@karlazz
Created August 16, 2019 18:35
Show Gist options
  • Save karlazz/5cff7e3ac71d327ec253c6ae82424ad5 to your computer and use it in GitHub Desktop.
Save karlazz/5cff7e3ac71d327ec253c6ae82424ad5 to your computer and use it in GitHub Desktop.
/* Move yoast meta box to bottom of pages */
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