edit_comment_misc_actions

Advertisement

Summery Summery

Filters miscellaneous actions for the edit comment form sidebar.

Syntax Syntax

apply_filters( 'edit_comment_misc_actions', string $html, WP_Comment $comment )

Parameters Parameters

$html

Output HTML to display miscellaneous action.

$comment

Current comment object.

Source Source

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

Advertisement

Changelog Changelog

Changelog
Version Description
4.3.0 Introduced.

Advertisement

Leave a Reply