Filters the comment edit link.
Parameters
$location
string- The edit link.
Source
return apply_filters( 'get_edit_comment_link', $location );
Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |
Filters the comment edit link.
$location
stringreturn apply_filters( 'get_edit_comment_link', $location );
Version | Description |
---|---|
2.3.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.