wpseek.com
WordPress开发者和主题制作者的搜索引擎



comment_moderation_text › WordPress过滤钩子

Since1.5.2
已弃用n/a
apply_filters( 'comment_moderation_text', $notify_message, $comment_id )
参数: (2)
  • (string) $notify_message Text of the comment moderation email.
    Required: Yes
  • (int) $comment_id Comment ID.
    Required: Yes
定义在:
文档:

Filters the comment moderation email text.





源码

$notify_message = apply_filters( 'comment_moderation_text', $notify_message, $comment_id );