comment_moderation_subject

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

comment_moderation_subject: 這個過濾鉤子允許開發者修改評論稽覈郵件的主題。

過濾評論修改電子郵件的主題。

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

常見問題

FAQs
檢視更多 >