Skip to content

Instantly share code, notes, and snippets.

@bradp
Created August 6, 2013 19:49
Show Gist options
  • Save bradp/6167964 to your computer and use it in GitHub Desktop.
Save bradp/6167964 to your computer and use it in GitHub Desktop.
get_out_of_here_yoast_what_are_you_doing
<?php
function bo_get_out_of_here_yoast_what_are_you_doing() {
return 'low';
}
add_filter( 'wpseo_metabox_prio', 'bo_get_out_of_here_yoast_what_are_you_doing');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment