edit_comment, $comment_id, $data

edit_comment, $comment_id, $data

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_action('edit_comment, $comment_id, $data') is found 1 times:

  • /wp-includes/comment.php line 2755
    	 *
    	 * @param int   $comment_id The comment ID.
    	 * @param array $data       Comment data.
    	 */
    	do_action( 'edit_comment', $comment_id, $data );
    
    	$comment = get_comment( $comment_id );
    
    	wp_transition_comment_status( $comment->comment_approved, $old_status, $comment );
    
    	return $result;