comment_save_pre

過濾鉤子
apply_filters( 'comment_save_pre', $data['comment_content'] )
引數
  • (string) $comment_content The comment data.
    Required:
定義位置
相關勾子
content_save_precomment_edit_precomments_openexcerpt_save_precomment_text_rss
相關方法
comments_opencomment_datecomments_rsscomment_typecomment_text_rssadd_comments_page
引入
1.5.0
棄用
-

comment_save_pre: 這個過濾器允許你在評論被儲存到資料庫之前修改它的資料。

在資料庫中更新評論內容之前過濾評論內容。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
$data['comment_content'] = apply_filters( 'comment_save_pre', $data['comment_content'] );
$data['comment_content'] = apply_filters( 'comment_save_pre', $data['comment_content'] );
$data['comment_content'] = apply_filters( 'comment_save_pre', $data['comment_content'] );

常見問題

FAQs
檢視更多 >