apply_filters( 'get_the_guid', string $guid, int $id )

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


Description Description


Parameters Parameters

$guid

(string) Global Unique Identifier (guid) of the post.

$id

(int) The post ID.


Top ↑

Source Source

File: wp-includes/post-template.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
1.5.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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