-
-
Save aderaaij/6767503 to your computer and use it in GitHub Desktop.
// Move Yoast to bottom | |
function yoasttobottom() { | |
return 'low'; | |
} | |
add_filter( 'wpseo_metabox_prio', 'yoasttobottom'); |
Thanks
Thanks! If you want to make this even more simple, you can just do add_filter( 'wpseo_metabox_prio', function() { return 'low'; } );
Thank you!
Nice. Thanks!
Thanks =)
Thanks !
Perfect thanks!
Works like a charm. Hope it will be update proof for a while :) Thanx a lot.
This code doesn't work for Editor's role on page. Can anyone confirm that or share a solution? Thanks!
should I add this code in functions.php?
Doesn't seem to be working since wordpress 5...
I can confirm it works in Wordpress 5
Confirming that this snippet worked to move yoast to the bottom for all users:
add_filter( 'wpseo_metabox_prio', function() { return 'low'; } );
slow clap
Working fine in WordPress 5.3
Thank you! 👍
Thank you (y)
Hallelujah!! Works for me!
working great in WP 5.4
Great stuff!
Still works fine, thank you.
Yup, perfect hack. Thank you!
Is it still working in 5.8 for anyone? I seem to be having troubles.
I'm running 5.8 and it's still working for me.
Thank you! 👍
Thank you very much!
Works very well, thanks a lot. 👍👍
using on WP 6.0.1 with Yoast 19.5.1.
Moving the meta from the content area, will break the primary term feature:
An error occurred loading the Yoast SEO primary taxonomy picker.
Great, thanks!
Works and easy to add, A++