edit_post_link

最后更新于:2021-11-26 09:06:24

apply_filters( ‘edit_post_link’, string $link, int $post_id, string $text )

Filters the post edit link anchor tag.

参数

$link

(string)
Anchor tag for the edit link.

$post_id

(int)
Post ID.

$text

(string)
Anchor text.

源文件

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

View on Trac