wpseek.com
WordPress开发者和主题制作者的搜索引擎



get_edit_comment_link › WordPress过滤钩子

Since2.3.0
已弃用n/a
apply_filters( 'get_edit_comment_link', $location )
参数:
  • (string) $location The edit link.
    Required: Yes
定义在:
文档:

Filters the comment edit link.





源码

return apply_filters( 'get_edit_comment_link', $location );