Breadcrumbs WPML plugin remove @lang suffix
-
Hi,
im using in a multilanguage site your plugin + the Breadcrumbs.
Unfortunatly i have same categoty name in all my language, so WPML add @lang to the same name category. How can i filter the title removing @lang string form the output?im using this function, but i dont know how to intagrate whitin your filter!
public static function clean_wpml_attribute($string){
return str_replace(‘@’.ICL_LANGUAGE_CODE, ”, $string);
}Thanks a lot!
- The topic ‘Breadcrumbs WPML plugin remove @lang suffix’ is closed to new replies.