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



get_the_guid › WordPress Filter Hooks

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

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





Source

return apply_filters( 'get_the_guid', $post_guid, $post_id );