Forums
(@prox666)
11 years, 5 months ago
I added this code to also filter the meta description:
add_filter('wpseo_metadesc','qtranslate_filter_desc',10,3); function qtranslate_filter_desc($metadesc) { return __($metadesc); }