get_comment_text [ WordPress Function ]
get_comment_text ( $comment_ID = 0 )
| Parameters: |
|
| Uses: |
|
| Returns: |
|
| Defined at: |
|
Similar Functions: get_comment_type, get_comment_time, get_comment_date, get_comment_meta, get_comment_excerpt
Retrieve the text of the current comment.
Examples [ wp-snippets.com ]
Top Google Search Results
- Function Reference/get comment text « WordPress Codex
Description. Retrieve the text of the current comment. Use comment_text to display the comment text. Usage. <?php get_comment_text( $comment_ID ) ?> ...
codex.wordpress.org - WordPress › Support » filters get_comment_text vs. comment_text
Hmm, what's the difference? I'm thinking I should go through these filters and remove anything I don't need, and keep the stuff I want filtered. I figure these filters ...
wordpress.org - WordPress › Support » get_comment_text() destroys paragraphs
Hi,. I use get_comment_text() to get the comment texts, but it put all the comment paragraphs into one big paragraph :(. See for example the second comment ...
wordpress.org - get_comment_text Wordpress hook details -- Adam Brown, BYU ...
Applied to the comment text of the current comment in the get_comment_text function, which is also called by the comment_text function. This description was ...
adambrown.info