comment_moderation_text

過濾鉤子
apply_filters( 'comment_moderation_text', $notify_message, $comment_id )
引數
  • (string) $notify_message Text of the comment moderation email.
    Required:
  • (int) $comment_id Comment ID.
    Required:
定義位置
相關勾子
comment_moderation_subjectcomment_moderation_headerscomment_moderation_recipientscomment_notification_textcomment_text
相關方法
comment_textcomment_dateget_comments_number_textcomment_timecomment_form_titlecomment_text_rss
引入
1.5.2
棄用
-

comment_moderation_text: 這個過濾鉤子允許開發者修改評論稽覈郵件的內容。

過濾評論修改的電子郵件文字。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
$notify_message = apply_filters( 'comment_moderation_text', $notify_message, $comment_id );
$notify_message = apply_filters( 'comment_moderation_text', $notify_message, $comment_id );
$notify_message = apply_filters( 'comment_moderation_text', $notify_message, $comment_id );

常見問題

FAQs
檢視更多 >