apply_filters( ‘get_edit_comment_link’, string $location )

In this article

Filters the comment edit link.

Parameters

$locationstring
The edit link.

Source

return apply_filters( 'get_edit_comment_link', $location );

Changelog

VersionDescription
2.3.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.