作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
comment_ID, 'hold');目前它显示消息“您的评论正在等待-6ren">
我想在评论状态为暂停或等待批准时显示自定义消息。 wp_set_comment_status($comment_object->comment_ID, 'hold');
目前它显示消息“您的评论正在等待审核。”
我当前的代码是:
function new_comment_inserted($comment_id, $comment_object) {
if ( get_post_type($comment_object->comment_post_ID) == 'product' ) {
wp_set_comment_status($comment_object->comment_ID, 'hold');
}
}
add_action( 'wp_insert_comment','new_comment_inserted', 99, 2 );
最佳答案
您不必编写代码。只需安装“Loco Translate”,然后更改“核心”部分中的文本即可。
关于wordpress - 如何更改文本 "Your comment is awaiting moderation."wordpress?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42908822/
我是一名优秀的程序员,十分优秀!