apply_filters( 'get_the_guid', string $guid , int $id )
Filters the Global Unique Identifier (guid) of the post.
Parameters
- $guid
-
Global Unique Identifier (guid) of the post.
- $id
-
The post ID.
Source
Changelog
Version | Description |
---|---|
WP-1.5.0 | Introduced. |