apply_filters( ‘edit_comment_misc_actions’, string $html, WP_Comment $comment )

In this article

Filters miscellaneous actions for the edit comment form sidebar.

Parameters

$htmlstring
Output HTML to display miscellaneous action.
$commentWP_Comment
Current comment object.

Source

echo apply_filters( 'edit_comment_misc_actions', '', $comment );

Changelog

VersionDescription
4.3.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.