wpseek.com
A WordPress-centric search engine for devs and theme authors



the_guid › WordPress Filter Hooks

Since4.2.0
Deprecatedn/a
apply_filters( 'the_guid', $post_guid, $post_id )
Parameters: (2)
  • () post_guid Escaped Global Unique Identifier (guid) of the post.
    Required: Yes
  • () post_id The post ID.
    Required: Yes
See:
  • get_the_guid()
Defined at:
Codex:

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





Source

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