Description
Filters the escaped Global Unique Identifier (guid) of the post.
Occurrences
Filename | Line Number |
---|---|
wp-includes/post-template.php | 206 |
Parameters
Type | Name | Description |
---|---|---|
string | $post_guid | Escaped Global Unique Identifier (guid) of the post. |
int | $post_id | The post ID. |
PHP Doc
/**
* Filters the escaped Global Unique Identifier (guid) of the post.
*
* @since 4.2.0
*
* @see get_the_guid()
*
* @param string $post_guid Escaped Global Unique Identifier (guid) of the post.
* @param int $post_id The post ID.
*/