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



comment_notification_text › WordPress过滤钩子

Since1.5.2
已弃用n/a
apply_filters( 'comment_notification_text', $notify_message, $comment->comment_ID )
参数: (2)
  • (string) $notify_message The comment notification email text.
    Required: Yes
  • (string) $comment_id Comment ID as a numeric string.
    Required: Yes
定义在:
文档:

Filters the comment notification email text.





源码

$notify_message = apply_filters( 'comment_notification_text', $notify_message, $comment->comment_ID );