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

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


Description Description

See also See also


Top ↑

Parameters Parameters

$guid

(string) Escaped 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
4.2.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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