the_guid WordPress Filter Hook
The the_guid WordPress hook is used to filter the post GUID.
apply_filters( 'the_guid', string $guid , int $id ) #
Filters the escaped Global Unique Identifier (guid) of the post.
Description
See also
Parameters
- $guid
(string)Escaped Global Unique Identifier (guid) of the post.
- $id
(int)The post ID.
Source
Changelog
Version | Description |
---|---|
4.2.0 | Introduced. |