Skip to content

Instantly share code, notes, and snippets.

View leewallis's full-sized avatar
🤙
Motorsport is life

Lee Wallis leewallis

🤙
Motorsport is life
View GitHub Profile
@aderaaij
aderaaij / yoast
Last active April 3, 2024 20:11
Wordpress - Move yoast seo boxes to bottom of post/page
// Move Yoast to bottom
function yoasttobottom() {
return 'low';
}
add_filter( 'wpseo_metabox_prio', 'yoasttobottom');