Uses
Uses | Description |
---|---|
wp-includes/post-template.php: the_guid | Filters the escaped Global Unique Identifier (guid) of the post. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/post-template.php: get_the_guid() | Retrieve the Post Global Unique Identifier (guid). |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |