wpseek.com
A WordPress-centric search engine for devs and theme authors



get_edit_comment_link › WordPress Filter Hooks

Since6.7.0
Deprecatedn/a
apply_filters( 'get_edit_comment_link', $location, $comment_id, $context )
Parameters: (3)
  • (string) $location The edit link.
    Required: Yes
  • (int) $comment_id Unique ID of the comment to generate an edit link.
    Required: Yes
  • (string) $context Context to include HTML entities in link. Default 'display'.
    Required: Yes
Defined at:
Codex:

Filters the comment edit link.





Source

return apply_filters( 'get_edit_comment_link', $location, $comment_id, $context );