get_edit_comment_link

过滤钩子


apply_filters( 'get_edit_comment_link', $location )
参数
  • (string)
    $location
    The edit link.
    Required:
定义位置
  • wp-includes/link-template.php
    , line 1607
引入
2.3.0
弃用

Filters the comment edit link.

return apply_filters( 'get_edit_comment_link', $location );