Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/edit-form-comment.php | apply_filters | 208 | /** * 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. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $html | Output HTML to display miscellaneous action. |
WP_Comment | $comment | Current comment object. |