Skip to content

Instantly share code, notes, and snippets.

@ashsaraga
Last active May 31, 2018 19:51
Show Gist options
  • Save ashsaraga/3e015b6e56386d140e4bfb3302a56af0 to your computer and use it in GitHub Desktop.
Save ashsaraga/3e015b6e56386d140e4bfb3302a56af0 to your computer and use it in GitHub Desktop.
<?php
// Move Yoast SEO to the bottom of the page editor
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