apply_filters( 'the_guid', string $post_guid , int $post_id )
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
File: wp-includes/post-template.php
.
View all references
echo apply_filters( 'the_guid', $post_guid, $post_id );
Changelog
Version | Description |
---|---|
4.2.0 | Introduced. |