edit_comment_misc_actions, , $comment

edit_comment_misc_actions, , $comment

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: 7.0.3

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