apply_filters( 'get_the_guid', string $post_guid, int $post_id )

Filters the Global Unique Identifier (guid) of the post.


Parameters

$post_guid

Global Unique Identifier (guid) of the post.

$post_id

The post ID.


Source

File: wp-includes/post-template.php

View on GitHub



Changelog

Changelog
Version Description
1.5.0 Introduced.