get_the_guid

过滤钩子
apply_filters( 'get_the_guid', $post->guid, $post->ID )

get_the_guid: 这个函数检索当前文章的全球唯一标识符(GUID)。GUID是一个唯一的标识符,在每个文章创建时被分配给它,用于在各种情况下引用该文章,例如在RSS feeds中。

此过滤器记录在wpincludes/post-template.php中

'rendered' => apply_filters( 'get_the_guid', $post->guid, $post->ID ),

常见问题

FAQs
查看更多 >