停止 Google 翻译在网页上激活
Stop Google translate from activating on webpage
我正在寻找一种解决方案来阻止 Google Translate 在我的 Wordpress 站点上激活。有谁知道 PHP
或可以放在主题 functions.php
上的 function
来阻止这种情况。
更喜欢可以放在整个主题中的解决方案,而不是 single-page.php
感谢您的宝贵时间,感谢您的帮助。
我找到了解决办法,而且很简单。在主题 header.php
中,我放置了
<meta name="google" content="notranslate"/>
这已停止Google 翻译激活。
感谢您的宝贵时间。
我正在寻找一种解决方案来阻止 Google Translate 在我的 Wordpress 站点上激活。有谁知道 PHP
或可以放在主题 functions.php
上的 function
来阻止这种情况。
更喜欢可以放在整个主题中的解决方案,而不是 single-page.php
感谢您的宝贵时间,感谢您的帮助。
我找到了解决办法,而且很简单。在主题 header.php
中,我放置了
<meta name="google" content="notranslate"/>
这已停止Google 翻译激活。
感谢您的宝贵时间。