过滤帖子的转义全局唯一标识符(guid)。
原型
apply_filters( 'the_guid', string $guid, int $id )
参数
$guid
(string)
该帖子的Escaped Global Unique Identifier(guid)。
$id
(int)
帖子ID。
源文件
路径:wp-includes/post-template.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/the_guid/