Skip to content

Instantly share code, notes, and snippets.

View CaelanStewart's full-sized avatar

Caelan Stewart CaelanStewart

  • Folkestone, UK
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');