是否替换表单域错误文本?

时间:2020-09-10 作者:jockebq

我正在自定义Wordpress的多站点安装,我想替换此文本。

Site names can only contain lowercase letters (a-z) and numbers.
问题是这是Wordpress的核心,我找不到它的任何挂钩?你知道如何用PHP编辑这个吗?或者我必须使用某种CSS文本替换?

提前感谢您!

错误出现在blogname-field

1 个回复
SO网友:jockebq

实际上,我成功地改变了这一点:

function replace_registration_site_name_error( $translated_text, $text, $domain ) {
$default = \'Site names can only contain lowercase letters (a-z) and numbers.\';
if ( $translated_text == $default ) {
    $translated_text = __( \'Test\', \'my_text_domain\' );
}
return $translated_text;
}
这很有效。但是,我无法使用此方法更改这两个字符串?

Site name must be at least %s character.
Site name must be at least %s characters.
有人知道为什么吗?

相关推荐

Functions are causing errors

我在插件的PHP上声明一个函数。插件在每个帖子的顶部加载代码(帖子布局是插件的名称)。无法在/home/content/08/10290908/html/wp-content/plugins/post-layout/plugin.php(181):eval()\'d code:4)中重新声明vote\\u-up()(之前在/home/content/08/102908/html/wp-content/plugins/post-layout/plugin.php中声明)。php(181):第36行的eval