comment_on_draft

動作鉤子
do_action( 'comment_on_draft', $comment_post_id )
引數
  • (int) $comment_post_id Post ID.
    Required:
定義位置
相關勾子
comment_on_trashcomment_form_aftercomment_postcomment_form_defaultscomments_open
相關方法
comment_dateget_comment_datecomment_idcomments_openget_comment_countcomment_author
引入
1.5.1
棄用
-

comment_on_draft: 當評論被張貼在草稿上時,這個動作會被觸發。

當試圖對處於草稿模式的文章進行評論時發生觸發。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
do_action( 'comment_on_draft', $comment_post_id );
do_action( 'comment_on_draft', $comment_post_id );
do_action( 'comment_on_draft', $comment_post_id );

常見問題

FAQs
檢視更多 >