get_edit_post_link
apply_filters( ‘get_edit_post_link’, string $link , int $post_id , string $context )
过滤钩子:过滤编辑后链接。
Filter Hook: Filters the post edit link.
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$link | (string) | 编辑链接。 |
$post_id | (int) | 邮政编码。 |
$context | (string) | 链接上下文。如果设置为“显示”,则对与号进行编码。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
2.3.0 | wp-includes/link-template.php:1398 | 1 | 0 |
get_edit_post_link 为WP2原创文章,链接:https://www.wp2.cn/hook/get_edit_post_link-2/