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
Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |