Filters the Global Unique Identifier (guid) of the post.
Parameters
$post_guid
string- Global Unique Identifier (guid) of the post.
$post_id
int- The post ID.
Source
return apply_filters( 'get_the_guid', $post_guid, $post_id );
Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.