Filters the Global Unique Identifier (guid) of the post.
Parameters
$post_guidstring- Global Unique Identifier (guid) of the post.
$post_idint- 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.