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
Changelog
Version | Description |
---|---|
4.2.0 | Introduced. |