preview_post_link

最后更新于:2021-11-27 18:26:25

apply_filters( ‘preview_post_link’, string $preview_link, GC_Post $post )

Filters the URL used for a post preview.

参数

$preview_link

(string)
URL used for the post preview.

$post

(GC_Post)
Post object.

源文件

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

View on Trac