edit_comment_misc_actions

edit_comment_misc_actions

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('edit_comment_misc_actions') 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>