2016-08-16 53 views
0

我想在我的插件 通過ICL_LANGUAGE_CODE獲取當前的語言代碼,但我不能,它沒有定義,這WPML - 內的其它插件

echo "Code: ".ICL_LANGUAGE_CODE; 

結果是

獲取當前語言
Code: ICL_LANGUAGE_NAME 

當我嘗試以下

global $sitepress; 
$current_language = $sitepress->get_current_language(); 
echo "Code:". $current_language ; 

我得到的空白屏幕。

我不知道我能以哪種方式得到它。

在主題functions.php中一切正常。 謝謝。

+0

https://開頭wpml.org/forums/topic/icl_language_code-not-available/ –

+0

不,它沒有幫助,我也嘗試激活/停用我的插件和WPML插件,檢查了active_plugins列表,我的插件是第一個 – dkruchok

回答