Filters miscellaneous actions for the edit comment form sidebar.
$htmlstring$commentWP_Commentwp-admin/edit-form-comment.php:394file scope * * @since 4.3.0 * * @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> Introduced in 4.3.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.