Snippets

Jan Pozivil Move YOAST metabox to the bottom of admin page

Created by Jan Pozivil
1
2
3
4
5
6
// Move Yoast to bottom
function yoasttobottom() {
	return 'low';
}

add_filter( 'wpseo_metabox_prio', 'yoasttobottom');

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.