comment_on_trash

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

comment_on_trash: 當評論被張貼在回收站中的文章上時,這個動作會被觸發。

當試圖對一個回收站的文章進行評論時發生觸發。

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

常見問題

FAQs
檢視更多 >