comment_text_rss

Definition:
function comment_text_rss() {}

Display the current comment content for use in the feeds.

Defined filters

  • comment_text_rss
    apply_filters('comment_text_rss', $comment_text)

Source code

function comment_text_rss() {

	$comment_text = get_comment_text();

	$comment_text = apply_filters('comment_text_rss', $comment_text);

	echo $comment_text;

}

703

No comments yet... Be the first to leave a reply!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: