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 readingRetrieve 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 readingThe amount of comments in a post or total comments.A lot like wp_count_comments(), in that they both return comment stats (albeit with different types). The wp_count_comments() actual caches, but this function does not.
1308
Continue reading
get_comment_guid
Retrieve the feed GUID for the current comment.
1314
Continue reading →