switch_to_blog()
WordPressで言語を切り替えるような方法はありますか。
何かのようなもの
global $locale
$currentLanguage = $locale;
switch_to_language('de_DE');
//do some action with german localisation
switch_to_language($currentLanguage);
これはWordPressで一般的に可能ですか?
switch_to_blog()
WordPressで言語を切り替えるような方法はありますか。
何かのようなもの
global $locale
$currentLanguage = $locale;
switch_to_language('de_DE');
//do some action with german localisation
switch_to_language($currentLanguage);
これはWordPressで一般的に可能ですか?