get_edit_comment_link()
get_edit_comment_link( int|WP_Comment $comment_id )
检索编辑注释链接。
Retrieves the edit comment link.
参数(Parameters)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$comment_id | (int | WP_Comment) | 可选 | 注释ID或WP_Comment对象。 |
返回(Return)
(string|void)给定注释的编辑注释链接URL。
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
2.3.0 | wp-includes/link-template.php:1497 | 1 function | 5 |
get_edit_comment_link() 为WP2原创文章,链接:https://www.wp2.cn/functions/get_edit_comment_link/