Skip to content

Instantly share code, notes, and snippets.

@danielstrelec
Created January 16, 2019 14:59
Show Gist options
  • Select an option

  • Save danielstrelec/d8647a080e9ae684a4f8fd9d8b673d97 to your computer and use it in GitHub Desktop.

Select an option

Save danielstrelec/d8647a080e9ae684a4f8fd9d8b673d97 to your computer and use it in GitHub Desktop.
// přesunutí Yoast SEO dolů
function yoast_bottom() {
return 'low';
}
add_filter( 'wpseo_metabox_prio', 'yoast_bottom');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment