Uses
Uses | Description |
---|---|
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/comment-template.php: comment_url | Filters the comment author’s URL for display. |
wp-includes/comment-template.php: get_comment_author_url() | Retrieves the URL of the author of the current comment, not linked. |
wp-includes/comment.php: get_comment() | Retrieves comment data given a comment ID or comment object. |