MK
Size: a a a
R
MK
R
MK
ИЛ
TM
MK
ИЛ
АЖ
АЖ
RV
СМ
s
s
MK
ЯА
ЯА
function artabr_opengraph_fix_yandex($lang) {
$lang_prefix = 'prefix="og: http://ogp.me/ns# article: http://ogp.me/ns/article# profile: http://ogp.me/ns/profile# fb: http://ogp.me/ns/fb#"';
$lang_fix = $lang." ".$lang_prefix;
return $lang_fix;
}
add_filter( 'language_attributes', 'artabr_opengraph_fix_yandex',10,1);