Filters the escaped Global Unique Identifier (guid) of the post.
Description
See also
Parameters
$post_guid
string- Escaped Global Unique Identifier (guid) of the post.
$post_id
int- The post ID.
Source
echo apply_filters( 'the_guid', $post_guid, $post_id );
Changelog
Version | Description |
---|---|
4.2.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.