comment_moderation_headers

過濾鉤子
apply_filters( 'comment_moderation_headers', $message_headers, $comment_id )
引數
  • (string) $message_headers Headers for the comment moderation email.
    Required:
  • (int) $comment_id Comment ID.
    Required:
定義位置
相關勾子
comment_moderation_textcomment_notification_headerscomment_moderation_subjectcomment_moderation_recipientscomments_atom_head
相關方法
comment_footer_diesend_frame_options_headercomment_datepost_comment_meta_box_theadwp_new_comment_notify_moderatorcomment_author
引入
2.8.0
棄用
-

comment_moderation_headers: 這個過濾鉤子允許開發者修改評論稽覈郵件的標頭檔案。

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

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

常見問題

FAQs
檢視更多 >