get_page_uri

最后更新于:2021-11-26 22:54:12

apply_filters( ‘get_page_uri’, string $uri, GC_Post $page )

Filters the URI for a page.

参数

$uri

(string)
Page URI.

$page

(GC_Post)
Page object.

源文件

文件: gc-includes/post.php

View on Trac