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_guidstring
Escaped Global Unique Identifier (guid) of the post.
$post_idint
The post ID.

Source

echo apply_filters( 'the_guid', $post_guid, $post_id );

Changelog

VersionDescription
4.2.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.