edit_comment_misc_actions, , $comment
edit_comment_misc_actions, , $comment
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('edit_comment_misc_actions, , $comment') is found 1 times:
- /wp-admin/edit-form-comment.php line 233
* * @param string $html Output HTML to display miscellaneous action. * @param WP_Comment $comment Current comment object. */ echo apply_filters( 'edit_comment_misc_actions', '', $comment ); ?> </div> <!-- misc actions --> <div class="clear"></div> </div>