Uses
Uses | Description |
---|---|
wp-includes/link-template.php: home_url() | Retrieves the URL for the current site where the front end is accessible. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |
wp-includes/rewrite.php: url_to_postid() | Examine a URL and try to determine the post ID it represents. |