Filter hook 'edit_comment_link'

in WP Core File wp-includes/link-template.php at line 1652

Description

Filters the comment edit link anchor tag.

Occurrences

Filename Line Number
wp-includes/link-template.php 1652

Parameters

Type Name Description
string $link Anchor tag for the edit link.
string $comment_id Comment ID as a numeric string.
string $text Anchor text.

PHP Doc

/**
	 * Filters the comment edit link anchor tag.
	 *
	 * @since 2.3.0
	 *
	 * @param string $link       Anchor tag for the edit link.
	 * @param string $comment_id Comment ID as a numeric string.
	 * @param string $text       Anchor text.
	 */