Kategorier
ACF Wordpress

Vis Yoast metabox under ACF felter på edit screen

Placeres i functions.php

// Move Yoast to bottom
function yoastToBottom() {
	return 'low';
}
add_filter( 'wpseo_metabox_prio', 'yoastToBottom');