Uses
Uses | Description |
---|---|
wp-includes/link-template.php: get_permalink() | Retrieves the full permalink for the current post or post ID. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/comment-template.php: get_comments_number() | Retrieves the amount of comments a post has. |
wp-includes/comment-template.php: get_comments_link | Filters the returned post comments permalink. |