Skip to content

Instantly share code, notes, and snippets.

@3mw-support
3mw-support / Footer Logo
Last active February 15, 2023 12:25
3MW Footer Logo
@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');