DigitalRefresh
8/7/2018 - 4:07 PM

Yoast Seo: Meta Box Priority #back

Move the Yoast Seo Meta box to the bottom of admin pages

//Change metabox priority in admin for Yoast Seo
function yoast_metabox_priority() {
    // Accepts 'high', 'default', 'low'. Default is 'high'.
\!h     return '__low__';
  }
add_filter( 'wpseo_metabox_prio', 'yoast_metabox_priority' );