apply_filters( 'edit_comment_misc_actions', string $html , object $comment )
Filters miscellaneous actions for the edit comment form sidebar.
Parameters
- $html
-
Output HTML to display miscellaneous action.
- $comment
-
Current comment object.
Source
Changelog
Version | Description |
---|---|
WP-4.3.0 | Introduced. |