add_filter( 'pll_rel_hreflang_attributes', function( $hreflangs ) { $hreflangs['x-default'] = $hreflangs['fi']; return $hreflangs; } );