comment_ID, 'hold');目前它显示消息“您的评论正在等待-6ren">
gpt4 book ai didi

wordpress - 如何更改文本 "Your comment is awaiting moderation."wordpress?

转载 作者:行者123 更新时间:2023-12-04 17:53:02 25 4
gpt4 key购买 nike

我想在评论状态为暂停或等待批准时显示自定义消息。 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/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com