阻止 Google 翻译在网页上激活

Dar*_*ren 2 php wordpress google-translate

我正在寻找一种解决方案来阻止 Google Translate 在我的 WordPress 网站上激活。有谁知道PHPfunction可以将其放置在主题functions.php上来阻止这种情况。

更喜欢一个可以放置在整个主题中的解决方案,而不是通过single-page.php

谷歌翻译激活的屏幕截图

感谢您的宝贵时间,也感谢您的帮助。

Dar*_*ren 5

我已经找到了解决方案,而且相当简单。header.php在我放置的主题内

<meta name="google" content="notranslate"/>
Run Code Online (Sandbox Code Playgroud)

这导致谷歌翻译无法激活。

感谢您的时间。