WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about edit_comment_link

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/link-template.php apply_filters 1641 /**
* 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.
*/

Hook Parameters

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