在哪里添加此筛选器?应该在哪个文件中添加?

时间:2019-10-28 作者:abgrxenda

对于wordpress语言切换器,这篇文章对其他人很有帮助,但我不知道在哪里添加提到的过滤器

How to change language file used by _e function

add_filter(\'locale\', function($locale) {
    return esc_attr($_GET[\'language\']);
});

1 个回复
最合适的回答,由SO网友:wharfdale 整理而成

将此代码添加到函数中。WordPress主题文件中的php文件。

有关其他帮助,请参阅本文:https://www.rosehosting.com/blog/how-to-add-code-to-functions-php-in-wordpress/

相关推荐

如何删除LANGUAGE_ATTRIBUTES()上的XMLN?

Hello I\'am get this error on w3c,因为xmlns 已弃用。如何删除xmlns?属性xmlns:此处不允许fb<html lang=\"en-US\" xmlns:fb=\"http://ogp.me/ns/fb#\" xmlns:addthis=\"http://www.addthis.com/help/api-spec\" prefix=\"og: http://ogp.me/ns#\"> 我的代码是<html <?php langu