Uses
| Uses | Description |
|---|---|
| wp-includes/formatting.php: esc_url() | Checks and cleans a URL. |
| wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
| wp-includes/feed.php: comment_link | Filters the current comment’s permalink. |
| wp-includes/comment-template.php: get_comment_link() | Retrieves the link to a given comment. |