Skip to content

Instantly share code, notes, and snippets.

View susanlangenes's full-sized avatar

Susan Langenes susanlangenes

  • Portland, Oregon, USA
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');