Skip to content

Instantly share code, notes, and snippets.

@3mw-support
3mw-support / footer.php
Last active May 20, 2025 16:26
3MW Footer Logo
@aderaaij
aderaaij / yoast
Last active February 7, 2025 14:26
Wordpress - Move yoast seo boxes to bottom of post/page
// Move Yoast to bottom
function yoasttobottom() {
return 'low';
}
add_filter( 'wpseo_metabox_prio', 'yoasttobottom');