June 25, 2014
Use this function at add a class to the <body> for the active language:
function wpml_lang_body_class($classes) { $classes[] = ICL_LANGUAGE_CODE; return $classes; } add_filter('body_class','wpml_lang_body_class');
Use this function at add a class to the <body> for the active language:
function wpml_lang_body_class($classes) { $classes[] = ICL_LANGUAGE_CODE; return $classes; } add_filter('body_class','wpml_lang_body_class');
I’m an African / Ojibwe First Nations Web Developer living in Winnipeg, Manitoba.