get_the_guid
最后更新于:2021-11-26 23:58:04
apply_filters( ‘get_the_guid’, string $guid, int $id )
Filters the Global Unique Identifier (guid) of the post.
参数
- $guid
-
(string)
Global Unique Identifier (guid) of the post.
- $id
-
(int)
The post ID.
源文件
文件: gc-includes/post-template.php
View on Trac