page_link

最后更新于:2021-11-27 12:54:24

apply_filters( ‘page_link’, string $link, int $post_id, bool $sample )

Filters the permalink for a page.

参数

$link

(string)
The page’s permalink.

$post_id

(int)
The ID of the page.

$sample

(bool)
Is it a sample permalink.

源文件

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

View on Trac