apply_filters( 'edit_comment_link', string $link , string $comment_id , string $text )
Filters the comment edit link anchor tag.
Parameters
- $link
-
Anchor tag for the edit link.
- $comment_id
-
Comment ID as a numeric string.
- $text
-
Anchor text.
Source
Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |