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

File: wp-admin/edit-form-comment.php

View on GitHub


Changelog

Changelog
Version Description
WP-4.3.0 Introduced.