admin管理员组文章数量:1406951
For wordpress language switcher, this post was helpful for others, but I don't know where to add the mentioned filter
How to change language file used by _e function
add_filter('locale', function($locale) {
return esc_attr($_GET['language']);
});
For wordpress language switcher, this post was helpful for others, but I don't know where to add the mentioned filter
How to change language file used by _e function
add_filter('locale', function($locale) {
return esc_attr($_GET['language']);
});
Share
Improve this question
edited Oct 28, 2019 at 13:47
Tom J Nowell♦
61.2k7 gold badges79 silver badges150 bronze badges
asked Oct 28, 2019 at 13:37
abgrxendaabgrxenda
31 bronze badge
1 Answer
Reset to default 0Add this code to your functions.php file in your WordPress theme files.
See this article for some additional help: https://www.rosehosting/blog/how-to-add-code-to-functions-php-in-wordpress/
本文标签: multi languagewhere to add this filter in which file should be added
版权声明:本文标题:multi language - where to add this filter? in which file should be added? 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745049775a2639582.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论