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

Escaped Global Unique Identifier (guid) of the post.

$post_id

The post ID.


Source

File: wp-includes/post-template.php

View on GitHub



Changelog

Changelog
Version Description
4.2.0 Introduced.