get_edit_comment_link WordPress Filter Hook
The get_edit_comment_link hook is used to get the URL for the comment editing screen. This hook is useful for creating links to the comment editing screen from within the front-end of the site.
apply_filters( 'get_edit_comment_link', string $location ) #
Filters the comment edit link.
Parameters
- $location
(string)The edit link.
Source
Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |