edit_comment_misc_actions

過濾鉤子
apply_filters( 'edit_comment_misc_actions', '', $comment )
引數
  • (string) $html Output HTML to display miscellaneous action.
    Required:
  • (WP_Comment) $comment Current comment object.
    Required:
定義位置
相關勾子
comment_row_actionsedit_comment_linkget_comments_linkattachment_submitbox_misc_actionsget_edit_comment_link
相關方法
edit_comment_linkget_comments_linkget_comment_countthe_comments_navigationget_comment_classthe_comments_pagination
引入
4.3.0
棄用
-

edit_comment_misc_actions: 這是一個動作鉤子,允許開發者在評論編輯器中新增額外的動作。

過濾編輯評論表側邊欄的雜項操作。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
echo apply_filters( 'edit_comment_misc_actions', '', $comment );
echo apply_filters( 'edit_comment_misc_actions', '', $comment );
echo apply_filters( 'edit_comment_misc_actions', '', $comment );

常見問題

FAQs
檢視更多 >