edit_comment_link() WP 1.0
Displays the edit comment link with formatting.
Works based on: get_edit_comment_link()
Hooks from the function
Return
Null. Nothing.
Usage
edit_comment_link( $text, $before, $after );
- $text(string)
- Anchor text. If null. Default null.
Default: 'Edit This' - $before(string)
- Display before edit link.
Default: '' - $after(string)
- Display after edit link.
Default: ''
Changelog
Since 1.0.0 | Introduced. |
Code of edit_comment_link() edit comment link WP 5.6
Related Functions
From tag: edit_
More from tag: permalinks (clean friendly URL)
More from category: Comments Loop
- comment_author()
- comment_author_email()
- comment_author_link()
- comment_author_url()
- comment_author_url_link()
- comment_class()
- comment_date()