Archive | /wp-includes/comment-template.php RSS feed for this section

get_comment_excerpt

Retrieve the excerpt of the current comment.Will cut each word and only output the first 20 words with ‘…’ at the end. If the word count is less than 20, then no truncating is done and no ‘…’ will appear.

1312

Continue reading

get_comment_author_url_link

Retrieves the HTML link of the url of the author of the current comment.$linktext parameter is only used if the URL does not exist for the comment author. If the URL does exist then the URL will be used and the $linktext will be ignored.

1304

Continue reading