Skip to content

Instantly share code, notes, and snippets.

@raisiqueira
Created October 25, 2015 21:45
Show Gist options
  • Save raisiqueira/9ee530627cade424ab1f to your computer and use it in GitHub Desktop.
Save raisiqueira/9ee530627cade424ab1f to your computer and use it in GitHub Desktop.
<?php
//Muda a prioridade da metabox do YOAST SEO
function yoast_to_bottom() {
return 'low';
}
add_filter( 'wpseo_metabox_prio', 'yoast_to_bottom');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment