Description
Filters miscellaneous actions for the edit comment form sidebar.
Occurrences
Filename | Line Number |
---|---|
wp-admin/edit-form-comment.php | 233 |
Parameters
Type | Name | Description |
---|---|---|
string | $html | Output HTML to display miscellaneous action. |
WP_Comment | $comment | Current comment object. |
PHP Doc
/**
* Filters miscellaneous actions for the edit comment form sidebar.
*
* @since 4.3.0
*
* @param string $html Output HTML to display miscellaneous action.
* @param WP_Comment $comment Current comment object.
*/