benbrehaut / wp-vanlig

Blank WordPress starter theme made for being customisable.
2 stars 1 forks source link

Move Yoast SEO page box to bottom of page #23

Closed benbrehaut closed 7 years ago

benbrehaut commented 7 years ago
function yoasttobottom() {
  return 'low';
}
add_filter( 'wpseo_metabox_prio', 'yoasttobottom');

Credit: https://gist.github.com/aderaaij/6767503