php 将当前的WPML语言添加到body类

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 将当前的WPML语言添加到body类相关的知识,希望对你有一定的参考价值。

<?php
add_filter('body_class', 'append_language_class');
function append_language_class($classes){
  $classes[] = ICL_LANGUAGE_CODE;  //or however you want to name your class based on the language code
  return $classes;
}
?>

以上是关于php 将当前的WPML语言添加到body类的主要内容,如果未能解决你的问题,请参考以下文章

php WPML:只有标志的语言切换器

php WPML语言选择器修复

php WPML语言菜单

php 自定义选择语言下拉列表wpml

php 将页面/帖子slug添加到body类

在 WPML 中添加 hreflang 而不创建额外的语言