get_edit_post_link

最后更新于:2021-11-26 22:32:35

apply_filters( ‘get_edit_post_link’, string $link, int $post_id, string $context )

Filters the post edit link.

参数

$link

(string)
The edit link.

$post_id

(int)
Post ID.

$context

(string)
The link context. If set to ‘display’ then ampersands are encoded.

源文件

文件: gc-includes/link-template.php

View on Trac