apply_filters( 'the_guid', string $guid , int $id )
Filters the escaped Global Unique Identifier (guid) of the post.
Description
See also
Parameters
- $guid
-
Escaped Global Unique Identifier (guid) of the post.
- $id
-
The post ID.
Source
Changelog
Version | Description |
---|---|
WP-4.2.0 | Introduced. |