apply_filters( 'the_guid', string $post_guid, int $post_id )

Filters the escaped Global Unique Identifier (guid) of the post.


Description

Top ↑

See also


Top ↑

Parameters

$post_guid string
Escaped Global Unique Identifier (guid) of the post.
$post_id int
The post ID.

Top ↑

Source

File: wp-includes/post-template.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
4.2.0 Introduced.

Top ↑

User Contributed Notes

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